Skip to content

Commit 5ab8019

Browse files
committed
fix: package.json
1 parent 505143e commit 5ab8019

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@
6666
"lodash.findindex": "^4.6.0"
6767
},
6868
"publishConfig": {
69-
"registry": "https://registry.npmjs.org/"
69+
"access": "public",
70+
"registry": "https://registry.npmjs.org/",
71+
"tag": "latest"
7072
},
7173
"release": {
7274
"branch": "master",

0 commit comments

Comments
 (0)