Skip to content

Commit

Permalink
[fixed] react-async-script to dependency
Browse files Browse the repository at this point in the history
Merge pull request #84 from brien-givens/update-deps
  • Loading branch information
brien-givens authored and dozoisch committed Jun 11, 2018
1 parent ffda0aa commit f465421
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Component wrapper for [Google reCAPTCHA v2][reCAPTCHA]
## Installation

```shell
npm install --save react-google-recaptcha react-async-script
npm install --save react-google-recaptcha
```

### React < 15.5
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
},
"homepage": "https://github.com/dozoisch/react-google-recaptcha",
"peerDependencies": {
"react": ">=15.5.0",
"react-async-script": ">=0.9.1"
"react": ">=15.5.0"
},
"devDependencies": {
"babel-cli": "^6.0.0",
Expand Down Expand Up @@ -75,6 +74,7 @@
"webpack": "~1.14.0"
},
"dependencies": {
"prop-types": ">=15.5.0"
"prop-types": ">=15.5.0",
"react-async-script": ">=0.9.1"
}
}

0 comments on commit f465421

Please sign in to comment.