Skip to content

Commit 9ecc85b

Browse files
committed
chore: add public access to npm registry in package.json
1 parent d80ea93 commit 9ecc85b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@
6161
"!**/.*"
6262
],
6363
"publishConfig": {
64-
"registry": "https://registry.npmjs.org/"
64+
"registry": "https://registry.npmjs.org/",
65+
"access": "public"
6566
},
6667
"workspaces": [
6768
"example"

0 commit comments

Comments
 (0)