Skip to content

Commit 8adc41b

Browse files
committed
Fix for 0.14, Make sur to use matching react-async script
- dozoisch#98
1 parent 2e17c5f commit 8adc41b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-google-recaptcha",
3-
"version": "0.14.0",
3+
"version": "0.14.1",
44
"description": "React Component Wrapper for Google reCAPTCHA",
55
"main": "lib/recaptcha-wrapper.js",
66
"module": "lib/es/recaptcha-wrapper.js",
@@ -74,6 +74,6 @@
7474
},
7575
"dependencies": {
7676
"prop-types": ">=15.5.0",
77-
"react-async-script": ">=0.11.0"
77+
"react-async-script": ">=0.11.0 < 1.0"
7878
}
7979
}

0 commit comments

Comments
 (0)