Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Commit 3b667b8

Browse files
author
soliury
committed
add babel-eslint
1 parent e6fc422 commit 3b667b8

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"build-android": "cd android && ./gradlew assembleRelease && cd ..",
1111
"checkversion": "node node_modules/fbjs-scripts/node/check-dev-engines.js package.json",
1212
"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"
1818
},
1919
"dependencies": {
2020
"flux-standard-action": "^0.6.1",
@@ -41,6 +41,7 @@
4141
"redux-thunk": "^2.0.1"
4242
},
4343
"devDependencies": {
44+
"babel-eslint": "^6.0.4",
4445
"coffee-script": "^1.9.2",
4546
"dev-ip": "^1.0.1",
4647
"eslint": "^2.7.0",

0 commit comments

Comments
 (0)