Skip to content

Commit ad9eb63

Browse files
committed
Adding access public to package.json
1 parent df442ea commit ad9eb63

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
@@ -68,7 +68,8 @@
6868
"node": "12.* || >= 14"
6969
},
7070
"publishConfig": {
71-
"registry": "https://registry.npmjs.org"
71+
"registry": "https://registry.npmjs.org",
72+
"access": "public"
7273
},
7374
"release-it": {
7475
"plugins": {

0 commit comments

Comments
 (0)