From 1c8d41135c208595345b9efbcb5e54ce47ae3449 Mon Sep 17 00:00:00 2001 From: Hugo Dozois Date: Wed, 19 Apr 2017 18:09:51 -0700 Subject: [PATCH] [fixed] updated async-script - 0.9.0 has a bug in it, so updated minimum to 0.9.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 80632c7..13e27f6 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "homepage": "https://github.com/dozoisch/react-google-recaptcha", "peerDependencies": { "react": ">=0.15.5", - "react-async-script": ">=0.9.0" + "react-async-script": ">=0.9.1" }, "devDependencies": { "babel-cli": "^6.0.0", @@ -66,7 +66,7 @@ "mt-changelog": "^0.6.2", "phantomjs": "^1.9.18", "react": "^15.5.0", - "react-async-script": "^0.9.0", + "react-async-script": "^0.9.1", "react-dom": "^15.5.0", "release-script": "^0.5.3", "webpack": "~1.14.0"