Skip to content

Commit

Permalink
Move react from deps to peerDeps and devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysiek1507 authored and Invader444 committed Mar 20, 2018
1 parent 0e1efd0 commit 2f70e09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,18 @@
"jsdom": "^7.2.1",
"mocha": "^2.3.4",
"raf": "^3.4.0",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"dependencies": {
"babel-runtime": "^6.26.0",
"invariant": "^2.2.0",
"prop-types": "^15.5.7",
"react": "^0.14.9 || ^15.3.0 || ^16.0.0",
"react-redux": "^5.0.6",
"redux": "^3.0.4"
},
"peerDependencies": {
"react": "^0.14.9 || ^15.3.0 || ^16.0.0",
"react-dom": "^0.14.9 || ^15.3.0 || ^16.0.0"
}
}

0 comments on commit 2f70e09

Please sign in to comment.