Skip to content

Commit 2584e1f

Browse files
authored
feat(publish): set publishConfig access public
1 parent 2b6da02 commit 2584e1f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
"husky": "^3.0.4",
3030
"semantic-release": "^15.13.16"
3131
},
32+
"publishConfig": {
33+
"access": "public"
34+
},
3235
"husky": {
3336
"hooks": {
3437
"pre-commit": "npm run precommit-msg && npm run lint-diff"

0 commit comments

Comments
 (0)