Skip to content

Commit f5f3775

Browse files
committed
fix(npm): makes package access public in package.json
1 parent e2dcb07 commit f5f3775

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
@@ -7,7 +7,8 @@
77
"lib/**/*"
88
],
99
"publishConfig": {
10-
"registry": "https://npm.pkg.github.com"
10+
"registry": "https://npm.pkg.github.com",
11+
"access": "public"
1112
},
1213
"release": {
1314
"branches": [

0 commit comments

Comments
 (0)