Skip to content

Commit

Permalink
Allow React 15
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Apr 2, 2016
1 parent 1c4783e commit 420a1fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"webpack": "^1.11.0"
},
"peerDependencies": {
"react": "^0.14.0",
"react": "^0.14.0 || ^15.0.0-0",
"redux-devtools": "^3.0.0"
},
"dependencies": {
Expand Down

0 comments on commit 420a1fb

Please sign in to comment.