Skip to content

Commit

Permalink
Allow react v15 in peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ekosz committed May 26, 2016
1 parent bdfd42a commit d13f9bd
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 @@ -42,7 +42,7 @@
},
"peerDependencies": {
"falcor": "^0.1.13",
"react": "^0.14.0",
"react": "^0.14.0 || ^15.0.0",
"redux": "^2.0.0 || ^3.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit d13f9bd

Please sign in to comment.