]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update what-input to latest version 9447/head
authorNicolas Coden <nicolas@ncoden.fr>
Mon, 5 Dec 2016 00:26:21 +0000 (01:26 +0100)
committerNicolas Coden <nicolas@ncoden.fr>
Mon, 5 Dec 2016 00:26:21 +0000 (01:26 +0100)
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
gulp/config.js
package.json

index d8a335a372c26996663f8b4ab2b88b6c89c3d5d0..0c8cc8982b80f347fc3ac566eb2b8fe0eeac815b 100644 (file)
@@ -29,6 +29,6 @@
   "dependencies": {
     "jquery": "~2.2.0",
     "normalize.scss": "^6.0.0",
-    "what-input": "~2.0.0"
+    "what-input": "~4.0.3"
   }
 }
index ae370342bdcb4e98fa82e7e21ef8423ee9b70e1f..1b3362565a34f47bc7bc199a098f13f2598b44b9 100644 (file)
@@ -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: [
index 5a477aaf2acf6591daf131c453d62fa53c37d2d6..f264423c7a3490ad0d2d7f4941ecff9623becb39 100644 (file)
@@ -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": {