From: Jeremy Fields Date: Mon, 29 Feb 2016 00:56:19 +0000 (-0700) Subject: Update What Input to v2 X-Git-Tag: v6.2.1~103^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8279%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Update What Input to v2 Resolves issue with AMD wrapper causing error when compiled to ES2015 with Babel. --- diff --git a/bower.json b/bower.json index 2f22ec532..2342da655 100644 --- a/bower.json +++ b/bower.json @@ -26,6 +26,6 @@ ], "dependencies": { "jquery": "~2.2.0", - "what-input": "~1.1.2" + "what-input": "~2.0.0" } } diff --git a/package.json b/package.json index cab260664..cf3089f6c 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "jquery": "^2.2.0", - "what-input": "^1.1.2" + "what-input": "^2.0.0" }, "license": "MIT", "devDependencies": {