We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd115f3 commit 3ba3c8fCopy full SHA for 3ba3c8f
package.json
@@ -38,7 +38,7 @@
38
"lint": "eslint \"**/*.{js,ts,tsx}\"",
39
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
40
"prepare": "bob build",
41
- "release": "release-it --only-version --access public"
+ "release": "release-it --only-version"
42
},
43
"keywords": [
44
"react-native",
@@ -56,7 +56,8 @@
56
57
"homepage": "https://github.com/callstack/timezone-hermes-fix#readme",
58
"publishConfig": {
59
- "registry": "https://registry.npmjs.org/"
+ "registry": "https://registry.npmjs.org/",
60
+ "access": "public"
61
62
"devDependencies": {
63
"@commitlint/config-conventional": "^19.6.0",
0 commit comments