Skip to content

Commit

Permalink
fix(release): put access to public
Browse files Browse the repository at this point in the history
  • Loading branch information
EQuimper committed May 7, 2024
1 parent c70f3d3 commit 24f99d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
},
"homepage": "https://github.com/AppAndFlow/rn-magic-scroll#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"devDependencies": {
"@commitlint/config-conventional": "^17.0.2",
Expand Down Expand Up @@ -104,8 +105,7 @@
"tagName": "v${version}"
},
"npm": {
"publish": true,
"access": "public"
"publish": true
},
"github": {
"release": true
Expand Down

0 comments on commit 24f99d1

Please sign in to comment.