Skip to content

Commit e8ea477

Browse files
fix: adding public access
1 parent 932b6ab commit e8ea477

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/nishanthbhat07/react-native-background-sync#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)