mirror of
https://github.com/kiegroup/git-backporting.git
synced 2025-07-02 07:33:47 +00:00
chore: set public access in publishConfig (#47)
This commit is contained in:
parent
15b6dd63ec
commit
573a83f114
2 changed files with 4 additions and 1 deletions
|
@ -12,6 +12,9 @@
|
|||
"files": [
|
||||
"dist/cli/index.js"
|
||||
],
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"scripts": {
|
||||
"prepare": "husky install",
|
||||
"clean": "rm -rf ./build ./dist",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue