Skip to content

Commit

Permalink
Add react 15 to dependency range
Browse files Browse the repository at this point in the history
  • Loading branch information
rafeememon committed Apr 29, 2016
1 parent 8197e49 commit 070ebbd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,8 @@
"lodash": "^4.3.0",
"mocha": "^2.2.5",
"node-sass": "^3.4.2",
"react-addons-test-utils": "^0.14.0",
"react-addons-test-utils": "^15.0.0",
"react-docgen": "^2.7.0",
"react-dom": "^0.14.0",
"react-transform-catch-errors": "^1.0.0",
"react-transform-hmr": "^1.0.1",
"sass-loader": "^3.1.2",
Expand All @@ -80,8 +79,8 @@
"webpack-hot-middleware": "^2.6.0"
},
"peerDependencies": {
"react": "^0.14.0",
"react-dom": "^0.14.0"
"react": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0"
},
"dependencies": {
"classnames": "^2.2.1",
Expand Down

0 comments on commit 070ebbd

Please sign in to comment.