Skip to content

Commit 24f99d1

Browse files
committed
fix(release): put access to public
1 parent c70f3d3 commit 24f99d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151
},
5252
"homepage": "https://github.com/AppAndFlow/rn-magic-scroll#readme",
5353
"publishConfig": {
54-
"registry": "https://registry.npmjs.org/"
54+
"registry": "https://registry.npmjs.org/",
55+
"access": "public"
5556
},
5657
"devDependencies": {
5758
"@commitlint/config-conventional": "^17.0.2",
@@ -104,8 +105,7 @@
104105
"tagName": "v${version}"
105106
},
106107
"npm": {
107-
"publish": true,
108-
"access": "public"
108+
"publish": true
109109
},
110110
"github": {
111111
"release": true

0 commit comments

Comments
 (0)