Skip to content

Commit

Permalink
Revert "Move react & react-dom to dependencies"
Browse files Browse the repository at this point in the history
  • Loading branch information
kaesonho committed Oct 5, 2016
1 parent 798abe0 commit 3ce73ea
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
"dependencies": {
"debug": "^2.1.3",
"hoist-non-react-statics": "^1.0.0",
"react": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0",
"setimmediate": "^1.0.2",
"subscribe-ui-event": "^1.0.14"
},
Expand Down Expand Up @@ -57,6 +55,10 @@
"i13n",
"instrumentation"
],
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0"
},
"precommit": [
"lint",
"test"
Expand Down

0 comments on commit 3ce73ea

Please sign in to comment.