Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
Remove some peer deps that are not required
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Nov 3, 2016
1 parent 599d350 commit 2e66bac
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,19 +128,15 @@
"peerDependencies": {
"babel-cli": "^6.14.0",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-preset-react": "^6.3.13",
"extract-text-webpack-plugin": "^1.0.1 || ^2.0.0-beta.4",
"invariant": "^2.1.1",
"history": "^2.0.0",
"react": "^0.14.0 || ^15.0.0-rc.1",
"react-dom": "^0.14.0 || ^15.0.0-rc.1",
"react-helmet": "^3.0.0",
"react-redux": "^4.0.0",
"react-router": "^2.3.0",
"redux": "^3.0.0",
"webpack": "^1.11.0 || ^2.1.0-beta.25",
"whatwg-fetch": "^0.11.0"
"webpack": "^1.11.0 || ^2.1.0-beta.25"
},
"scripts": {
"postinstall": "node npm/postinstall.js",
Expand Down

0 comments on commit 2e66bac

Please sign in to comment.