Skip to content

Commit

Permalink
Reorder dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lexun committed Dec 13, 2016
1 parent cdb91fd commit 44106de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@
"apollo-client": "^0.5.19",
"babel-eslint": "^7.1.1",
"enzyme": "^2.6.0",
"eslint": "^3.11.1",
"eslint-config-zeal": "^0.14.0",
"eslint-import-resolver-webpack": "^0.7.0",
"eslint-loader": "^1.6.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-react": "^6.7.1",
"eslint": "^3.11.1",
"history": "^4.4.1",
"normalize.css": "^5.0.0",
"npm-run-all": "^3.1.2",
"react": "^15.4.1",
"react-addons-test-utils": "^15.4.1",
"react-apollo": "^0.7.1",
"react-dom": "^15.4.1",
"react-redux": "^4.4.6",
"react-router": "^4.0.0-alpha.6",
"redux": "^3.6.0",
"react": "^15.4.1",
"redux-devtools-extension": "^1.0.0",
"redux": "^3.6.0",
"zeal-redux-utils": "^0.1.1"
},
"scripts": {
Expand Down

0 comments on commit 44106de

Please sign in to comment.