From 28f4116458ecd0ef0b3abbb06978160770e4096b Mon Sep 17 00:00:00 2001 From: Jeremy Fields Date: Sun, 28 Feb 2016 17:56:19 -0700 Subject: [PATCH] Update What Input to v2 Resolves issue with AMD wrapper causing error when compiled to ES2015 with Babel. --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": { -- 2.47.2