]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
chore: use permissive selector for all compatible dependencies versions
authorNicolas Coden <nicolas@ncoden.fr>
Mon, 2 Apr 2018 16:27:39 +0000 (18:27 +0200)
committerNicolas Coden <nicolas@ncoden.fr>
Mon, 2 Apr 2018 16:27:39 +0000 (18:27 +0200)
We actually support jQuery `>= v2.2.0` and what-input `>= v4.1.0`. There is no point with using the "minor only" selector for dependencies when we do support older versions.

package.json

index 8b67267bb17e233410db424247cf0c123e51e418..acea280fdf95d71e60fb7ec88af01e30aaffc437 100644 (file)
@@ -27,8 +27,8 @@
     "prepush": "node ./script/husky-prepush.js  --color"
   },
   "dependencies": {
-    "jquery": ">=3.0.0",
-    "what-input": "^4.1.3"
+    "jquery": ">=2.2.0",
+    "what-input": ">=4.1.0"
   },
   "license": "MIT",
   "devDependencies": {