Skip to content

Commit 1c8d411

Browse files
committedApr 20, 2017
[fixed] updated async-script
- 0.9.0 has a bug in it, so updated minimum to 0.9.1
1 parent f042dcb commit 1c8d411

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"homepage": "https://github.com/dozoisch/react-google-recaptcha",
3636
"peerDependencies": {
3737
"react": ">=0.15.5",
38-
"react-async-script": ">=0.9.0"
38+
"react-async-script": ">=0.9.1"
3939
},
4040
"devDependencies": {
4141
"babel-cli": "^6.0.0",
@@ -66,7 +66,7 @@
6666
"mt-changelog": "^0.6.2",
6767
"phantomjs": "^1.9.18",
6868
"react": "^15.5.0",
69-
"react-async-script": "^0.9.0",
69+
"react-async-script": "^0.9.1",
7070
"react-dom": "^15.5.0",
7171
"release-script": "^0.5.3",
7272
"webpack": "~1.14.0"

0 commit comments

Comments
 (0)