From e6621bf3931dce5ab461ba6b2acf4e44794ed353 Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Mon, 5 Dec 2016 01:26:21 +0100 Subject: [PATCH] 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 --- bower.json | 2 +- gulp/config.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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": { -- 2.47.2