Skip to content

Commit b37b64d

Browse files
committed
chore: change package access to public
1 parent cefb452 commit b37b64d

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
@@ -65,7 +65,8 @@
6565
},
6666
"homepage": "https://github.com/contentpass/react-native-contentpass#readme",
6767
"publishConfig": {
68-
"registry": "https://registry.npmjs.org/"
68+
"registry": "https://registry.npmjs.org/",
69+
"access": "public"
6970
},
7071
"devDependencies": {
7172
"@commitlint/config-conventional": "^17.0.2",

0 commit comments

Comments
 (0)