Skip to content

Commit 3ba3c8f

Browse files
committed
chore(pkg): use publishConfig
1 parent dd115f3 commit 3ba3c8f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"lint": "eslint \"**/*.{js,ts,tsx}\"",
3939
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
4040
"prepare": "bob build",
41-
"release": "release-it --only-version --access public"
41+
"release": "release-it --only-version"
4242
},
4343
"keywords": [
4444
"react-native",
@@ -56,7 +56,8 @@
5656
},
5757
"homepage": "https://github.com/callstack/timezone-hermes-fix#readme",
5858
"publishConfig": {
59-
"registry": "https://registry.npmjs.org/"
59+
"registry": "https://registry.npmjs.org/",
60+
"access": "public"
6061
},
6162
"devDependencies": {
6263
"@commitlint/config-conventional": "^19.6.0",

0 commit comments

Comments
 (0)