Skip to content

Commit c70f3d3

Browse files
committed
fix(release): put access to public
1 parent faae3bd commit c70f3d3

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
@@ -104,7 +104,8 @@
104104
"tagName": "v${version}"
105105
},
106106
"npm": {
107-
"publish": true
107+
"publish": true,
108+
"access": "public"
108109
},
109110
"github": {
110111
"release": true

0 commit comments

Comments
 (0)