Skip to content

Commit

Permalink
Merge pull request zuiidea#233 from afc163/master
Browse files Browse the repository at this point in the history
Fix devDeps
  • Loading branch information
zuiidea authored Apr 30, 2017
2 parents ed8555f + ca59db9 commit abbcfb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"recharts": "^0.19.0"
},
"devDependencies": {
"antd": "^2.9.1",
"axios": "^0.15.3",
"babel-eslint": "^6.1.2",
"babel-plugin-dev-expression": "^0.2.1",
Expand All @@ -37,13 +36,14 @@
"mockjs": "^1.0.1-beta3",
"path-to-regexp": "^1.7.0",
"rc-tween-one": "^1.0.0",
"redbox-react": "^1.2.10"
"redbox-react": "^1.2.10",
"roadhog": "^0.6.0-beta.6"
},
"pre-commit": [
"lint"
],
"scripts": {
"dev": "set BROWSER=none&&set HOST=0.0.0.0&&roadhog server",
"dev": "set BROWSER=none && set HOST=0.0.0.0 && roadhog server",
"lint": "eslint --fix --ext .js src",
"build": "roadhog build --analyze"
}
Expand Down

0 comments on commit abbcfb8

Please sign in to comment.