chore: set public access in publishConfig

This commit is contained in:
Andrea Lamparelli 2023-07-06 15:09:49 +02:00
parent 15b6dd63ec
commit d5ae9bdb11
2 changed files with 4 additions and 1 deletions

View file

@ -12,6 +12,9 @@
"files": [
"dist/cli/index.js"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"prepare": "husky install",
"clean": "rm -rf ./build ./dist",