Skip to content

Commit 392285e

Browse files
committed
fix(public): make npm public
1 parent a94c7bc commit 392285e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@
5757
},
5858
"homepage": "https://github.com/AppAndFlow/react-native-google-autocomplete#readme",
5959
"publishConfig": {
60-
"registry": "https://registry.npmjs.org/"
60+
"registry": "https://registry.npmjs.org/",
61+
"access": "public"
6162
},
6263
"devDependencies": {
6364
"@commitlint/config-conventional": "^17.0.2",

0 commit comments

Comments
 (0)