Skip to content

Commit

Permalink
Merge pull request #66 from danez/patch-1
Browse files Browse the repository at this point in the history
Fix peerDependency of react
  • Loading branch information
dozoisch committed Nov 28, 2017
2 parents d37cb4b + cc5e328 commit 7cd1254
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 @@ -34,7 +34,7 @@
},
"homepage": "https://github.com/dozoisch/react-google-recaptcha",
"peerDependencies": {
"react": ">=0.15.5",
"react": ">=15.5.0",
"react-async-script": ">=0.9.1"
},
"devDependencies": {
Expand Down

0 comments on commit 7cd1254

Please sign in to comment.