Skip to content

Commit

Permalink
fixed stop error see also: coryhouse/react-slingshot#151
Browse files Browse the repository at this point in the history
  • Loading branch information
helllth committed May 10, 2017
1 parent ebf38cf commit 3365aec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"sourceType": "module",
"ecmaFeatures": {
"jsx": true,
"modules": true,
"experimentalObjectRestSpread": true
}
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"start": "npm-run-all --parallel test:watch open:src lint:watch",
"open:src": "babel-node tools/srcServer.js",
"open:dist": "babel-node tools/distServer.js",
"lint": "esw webpack.config.* src tools --color",
"lint:watch": "npm run lint -- --watch",
"lint": "esw webpack.config.* src tools --color; exit 0",
"lint:watch": "esw webpack.config.* src tools --watch; exit 0",
"clean-dist": "npm run remove-dist && mkdir dist",
"remove-dist": "rimraf ./dist",
"prebuild": "npm run clean-dist && npm run lint && npm run test",
Expand Down

0 comments on commit 3365aec

Please sign in to comment.