Skip to content

Commit

Permalink
fix(package.json): move react from dependencies to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchentw committed May 16, 2015
1 parent 7d03c72 commit 07e1acf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"jquery": "^2.1.1",
"jsx-loader": "^0.13.2",
"node-sass": "^2.1.1",
"react": "^0.13.0",
"react-hot-loader": "^1.2.5",
"react-tools": "^0.13.2",
"sass-loader": "^0.6.0",
Expand All @@ -56,9 +57,6 @@
"webpack": "^1.4.7",
"webpack-dev-server": "^1.6.5"
},
"dependencies": {
"react": "^0.13.0"
},
"peerDependencies": {
"react": "^0.13.0"
},
Expand Down

0 comments on commit 07e1acf

Please sign in to comment.