Skip to content

Commit

Permalink
remove react && react-dom from dependencies
Browse files Browse the repository at this point in the history
Moved them to dev-deps
  • Loading branch information
voronianski committed Feb 15, 2016
1 parent 387d112 commit 00a3e5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
"css-loader": "^0.23.0",
"eslint-plugin-react": "^3.6.2",
"file-loader": "^0.8.5",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-hot-loader": "^1.3.0",
"svg-inline-loader": "^0.4.0",
"url-loader": "^0.5.7",
Expand All @@ -42,9 +44,7 @@
"classnames": "^2.2.1",
"lodash": "^3.10.1",
"radium": "^0.16.5",
"react": "^0.14.7",
"react-color": "^1.3.0",
"react-dom": "^0.14.0",
"react-hotkeys": "^0.7.1",
"react-portal": "^1.7.0"
}
Expand Down

0 comments on commit 00a3e5a

Please sign in to comment.