Skip to content

Commit

Permalink
Fix for 0.14, Make sur to use matching react-async script
Browse files Browse the repository at this point in the history
- #98
  • Loading branch information
dozoisch committed Aug 21, 2018
1 parent 2e17c5f commit 8adc41b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-google-recaptcha",
"version": "0.14.0",
"version": "0.14.1",
"description": "React Component Wrapper for Google reCAPTCHA",
"main": "lib/recaptcha-wrapper.js",
"module": "lib/es/recaptcha-wrapper.js",
Expand Down Expand Up @@ -74,6 +74,6 @@
},
"dependencies": {
"prop-types": ">=15.5.0",
"react-async-script": ">=0.11.0"
"react-async-script": ">=0.11.0 < 1.0"
}
}

0 comments on commit 8adc41b

Please sign in to comment.