Skip to content

Commit

Permalink
[changed] move React to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
minwe committed May 23, 2016
1 parent 024bfa6 commit 1b988fd
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,12 @@
"webpack-stream": "^3.1.0"
},
"dependencies": {
"classnames": "^2.2.5",
"react": "^15.0.2",
"react-addons-css-transition-group": "^15.0.2"
"classnames": "^2.2.5"
},
"peerDependencies": {
"react": "^15.0.2",
"react-dom": "^15.0.2"
"react": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0",
"react-addons-css-transition-group": "^0.14.0 || ^15.0.0"
},
"babel": {
"presets": [
Expand Down

0 comments on commit 1b988fd

Please sign in to comment.