Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 5b193e6

Browse files
committed
Removing peer dependencies
1 parent 4950929 commit 5b193e6

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,17 @@
1818
"dependencies": {
1919
"code-push": "1.8.0-beta"
2020
},
21-
"peerDependencies": {
22-
"react-native": ">=0.19.0"
23-
},
2421
"rnpm": {
2522
"android": {
26-
"packageInstance": "new CodePush('${androidDeployment}', this, BuildConfig.DEBUG)"
23+
"packageInstance": "new CodePush(${androidDeploymentKey}, this, BuildConfig.DEBUG)"
2724
},
2825
"ios": {
2926
"sharedLibraries": ["libz"]
3027
},
3128
"params": [{
3229
"type": "input",
3330
"name": "androidDeploymentKey",
34-
"message": "What is your CodePush deployment key for Android"
31+
"message": "What is your CodePush deployment key for Android (hit <ENTER> to ignore)"
3532
}]
3633
}
3734
}

0 commit comments

Comments
 (0)