chore: set public access in publishConfig (#47)

This commit is contained in:
Andrea Lamparelli 2023-07-06 17:22:35 +02:00 committed by GitHub
parent 15b6dd63ec
commit 573a83f114
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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",