Skip to content

Commit

Permalink
Add support for React v15 (#53)
Browse files Browse the repository at this point in the history
* Add support for React v15. Resolves #52

* 0.9.0
  • Loading branch information
nason authored and clayallsopp committed Apr 13, 2016
1 parent 1befb4b commit 642d350
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react.backbone",
"version": "0.8.0",
"version": "0.9.0",
"author": "Clay Allsopp <clay.allsopp@gmail.com>",
"scripts": {
"test": "jest"
Expand All @@ -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 642d350

Please sign in to comment.