Skip to content

Commit

Permalink
add react to peerDependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenFang committed Oct 13, 2015
1 parent 8629219 commit ad78516
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"gulp-cssmin": "^0.1.6",
"jest-cli": "^0.4.0",
"jsx-loader": "^0.13.2",
"react": "^0.13.3",
"react": "^0.14.0",
"react-hot-loader": "^1.3.0",
"react-router": "^1.0.0-rc1",
"style-loader": "^0.12.4",
Expand All @@ -47,9 +47,14 @@
"webpack-dev-server": "^1.12.0"
},
"dependencies": {
"react-toastr": "^1.5.2",
"react-toastr": "^2.1.0",
"classnames": "^2.1.2"
},

"peerDependencies": {
"react": "^0.14.0"
},

"jest": {
"scriptPreprocessor": "<rootDir>/preprocessor.js",
"unmockedModulePathPatterns": [
Expand Down

0 comments on commit ad78516

Please sign in to comment.