Skip to content

Commit f465421

Browse files
brien-givensdozoisch
authored andcommitted
[fixed] react-async-script to dependency
Merge pull request #84 from brien-givens/update-deps
1 parent ffda0aa commit f465421

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Component wrapper for [Google reCAPTCHA v2][reCAPTCHA]
1010
## Installation
1111

1212
```shell
13-
npm install --save react-google-recaptcha react-async-script
13+
npm install --save react-google-recaptcha
1414
```
1515

1616
### React < 15.5

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@
3737
},
3838
"homepage": "https://github.com/dozoisch/react-google-recaptcha",
3939
"peerDependencies": {
40-
"react": ">=15.5.0",
41-
"react-async-script": ">=0.9.1"
40+
"react": ">=15.5.0"
4241
},
4342
"devDependencies": {
4443
"babel-cli": "^6.0.0",
@@ -75,6 +74,7 @@
7574
"webpack": "~1.14.0"
7675
},
7776
"dependencies": {
78-
"prop-types": ">=15.5.0"
77+
"prop-types": ">=15.5.0",
78+
"react-async-script": ">=0.9.1"
7979
}
8080
}

0 commit comments

Comments
 (0)