chore: Add npm registery to package.json
parent
b9e9dab146
commit
b419c90924
|
@ -91,5 +91,9 @@
|
||||||
"node": ">=10.0.0",
|
"node": ">=10.0.0",
|
||||||
"npm": ">=6.0.0"
|
"npm": ">=6.0.0"
|
||||||
},
|
},
|
||||||
"license": "MIT"
|
"license": "MIT",
|
||||||
|
"publishConfig": {
|
||||||
|
"registry": "https://registry.npmjs.org/",
|
||||||
|
"access": "public"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue