Skip to content

Commit 50828b2

Browse files
committed
fix: set publishConfig.access to public
1 parent 101bfa2 commit 50828b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
},
2323
"author": "",
2424
"license": "ISC",
25+
"publishConfig": {
26+
"access": "public"
27+
},
2528
"devDependencies": {
2629
"@babel/core": "^7.12.16",
2730
"@babel/preset-env": "^7.12.16",

0 commit comments

Comments
 (0)