Skip to content

Commit 172ba1e

Browse files
committed
Add publishConfig to package.json for public access
1 parent 342756b commit 172ba1e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
"test:debugger:ios": "mocha --recursive --inspect-brk=0.0.0.0 bin/test --ios",
3333
"tslint": "tslint -c tslint.json test/**/*.ts"
3434
},
35+
"private": false,
36+
"publishConfig": {
37+
"access": "public"
38+
},
3539
"repository": {
3640
"type": "git",
3741
"url": "https://github.com/srcpush/react-native-code-push"

0 commit comments

Comments
 (0)