This repository was archived by the owner on Jan 3, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 10
10
"build-android" : " cd android && ./gradlew assembleRelease && cd .." ,
11
11
"checkversion" : " node node_modules/fbjs-scripts/node/check-dev-engines.js package.json" ,
12
12
"postinstall" : " npm run checkversion" ,
13
- "push-android" : " code-push release-react Noder android --deploymentName Staging" ,
14
- "push-ios" : " code-push release-react Noder ios --deploymentName Staging" ,
15
- "push-android-prod" : " code-push release-react Noder android --deploymentName Production" ,
16
- "push-ios-prod" : " code-push release-react Noder ios --deploymentName Production" ,
17
- "push-key" : " code-push deployment ls Noder -k"
13
+ "push-android" : " code-push release-react Noder android --deploymentName Staging" ,
14
+ "push-ios" : " code-push release-react Noder ios --deploymentName Staging" ,
15
+ "push-android-prod" : " code-push release-react Noder android --deploymentName Production" ,
16
+ "push-ios-prod" : " code-push release-react Noder ios --deploymentName Production" ,
17
+ "push-key" : " code-push deployment ls Noder -k"
18
18
},
19
19
"dependencies" : {
20
20
"flux-standard-action" : " ^0.6.1" ,
41
41
"redux-thunk" : " ^2.0.1"
42
42
},
43
43
"devDependencies" : {
44
+ "babel-eslint" : " ^6.0.4" ,
44
45
"coffee-script" : " ^1.9.2" ,
45
46
"dev-ip" : " ^1.0.1" ,
46
47
"eslint" : " ^2.7.0" ,
You can’t perform that action at this time.
0 commit comments