Skip to content

Commit

Permalink
Add support for React v15. Resolves clayallsopp#52
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Nason committed Apr 13, 2016
1 parent 1befb4b commit 53edfde
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"devDependencies": {
"backbone": "1.x.x",
"jest-cli": "~0.8.2",
"react": ">=0.14.x <1.x.x",
"react-addons-test-utils": "^0.14.3",
"react-dom": ">=0.14.x <1.x.x",
"react": "^15.0.0",
"react-addons-test-utils": "^15.0.0",
"react-dom": "^15.0.0",
"react-tools": "0.13.x"
},
"peerDependencies": {
"react": ">=0.14.x <1.x.x",
"react": "^15.0.0",
"backbone": "1.x.x",
"underscore": ">=1.2.x"
},
Expand Down

0 comments on commit 53edfde

Please sign in to comment.