We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffda0aa commit f465421Copy full SHA for f465421
README.md
@@ -10,7 +10,7 @@ Component wrapper for [Google reCAPTCHA v2][reCAPTCHA]
10
## Installation
11
12
```shell
13
-npm install --save react-google-recaptcha react-async-script
+npm install --save react-google-recaptcha
14
```
15
16
### React < 15.5
package.json
@@ -37,8 +37,7 @@
37
},
38
"homepage": "https://github.com/dozoisch/react-google-recaptcha",
39
"peerDependencies": {
40
- "react": ">=15.5.0",
41
- "react-async-script": ">=0.9.1"
+ "react": ">=15.5.0"
42
43
"devDependencies": {
44
"babel-cli": "^6.0.0",
@@ -75,6 +74,7 @@
75
74
"webpack": "~1.14.0"
76
77
"dependencies": {
78
- "prop-types": ">=15.5.0"
+ "prop-types": ">=15.5.0",
+ "react-async-script": ">=0.9.1"
79
}
80
0 commit comments