From: Nicolas Coden Date: Mon, 5 Dec 2016 00:26:21 +0000 (+0100) Subject: Update what-input to latest version X-Git-Tag: v6.3.0-rc2~15^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6621bf3931dce5ab461ba6b2acf4e44794ed353;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Update what-input to latest version Update what-input (https://www.npmjs.com/package/what-input) to the latest and stable version `v4.0.3`. Changes: - No breaking changes between `v2.0.0` and `v4.0.3` for the codebase. - Update the dist file path. Outdated dependencies: https://david-dm.org/zurb/foundation-sites --- diff --git a/bower.json b/bower.json index d8a335a37..0c8cc8982 100644 --- a/bower.json +++ b/bower.json @@ -29,6 +29,6 @@ "dependencies": { "jquery": "~2.2.0", "normalize.scss": "^6.0.0", - "what-input": "~2.0.0" + "what-input": "~4.0.3" } } diff --git a/gulp/config.js b/gulp/config.js index ae370342b..1b3362565 100644 --- a/gulp/config.js +++ b/gulp/config.js @@ -10,7 +10,7 @@ module.exports = { JS_DEPS: [ 'node_modules/jquery/dist/jquery.js', 'node_modules/motion-ui/dist/motion-ui.js', - 'node_modules/what-input/what-input.js' + 'node_modules/what-input/dist/what-input.js' ], JS_DOCS: [ diff --git a/package.json b/package.json index 5a477aaf2..f264423c7 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "dependencies": { "jquery": "^2.2.0", "normalize-scss": "^6.0.0", - "what-input": "^2.0.0" + "what-input": "^4.0.3" }, "license": "MIT", "devDependencies": {