Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit 38f23be

Browse files
authored
Make package public (#12)
1 parent 34c6922 commit 38f23be

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
@@ -50,7 +50,8 @@
5050
},
5151
"homepage": "https://github.com/jellyfish-dev/react-native-client-sdk#readme",
5252
"publishConfig": {
53-
"registry": "https://registry.npmjs.org/"
53+
"registry": "https://registry.npmjs.org/",
54+
"access": "public"
5455
},
5556
"devDependencies": {
5657
"@commitlint/config-conventional": "^17.0.2",

0 commit comments

Comments
 (0)