Skip to content

Commit

Permalink
Let people use the beta of React 0.14 as a peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
steveluscher committed Aug 26, 2015
1 parent 917748c commit 527e3ae
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 @@ -59,7 +59,7 @@
},
"peerDependencies": {
"graphql": "^0.4.2",
"react": "~0.13.x || ~0.14.x"
"react": "~0.13.x || ~0.14.0-beta || ~0.14.x"
},
"devDependencies": {
"babel": "5.8.21",
Expand Down

0 comments on commit 527e3ae

Please sign in to comment.