Skip to content

Commit

Permalink
[changed] Updated to add support for React 15 (#152)
Browse files Browse the repository at this point in the history
This commit updates both the peerDependencies and the devDependencies such that they
will use React 15
  • Loading branch information
Evgueni Naverniouk authored and claydiffrient committed Apr 9, 2016
1 parent 0d4e600 commit 4e2447a
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 @@ -34,9 +34,9 @@
"karma-mocha": "0.2.0",
"karma-safari-launcher": "^0.1.1",
"mocha": "2.3.3",
"react": "^0.14.0",
"react-addons-test-utils": "^0.14.0",
"react-dom": "^0.14.0",
"react": "^15.0.0",
"react-addons-test-utils": "^15.0.0",
"react-dom": "^15.0.0",
"reactify": "^1.1.1",
"rf-release": "0.4.0",
"sinon": "^1.17.3",
Expand All @@ -50,7 +50,7 @@
"lodash.assign": "^3.2.0"
},
"peerDependencies": {
"react": "^0.14.0"
"react": "^0.14.0 || ^15.0.0-0"
},
"tags": [
"react",
Expand Down

0 comments on commit 4e2447a

Please sign in to comment.