From: Nicolas Coden Date: Mon, 2 Apr 2018 16:27:39 +0000 (+0200) Subject: chore: use permissive selector for all compatible dependencies versions X-Git-Tag: v6.6.0~3^2~241^2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=201d70257;p=thirdparty%2Ffoundation%2Ffoundation-sites.git chore: use permissive selector for all compatible dependencies versions 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. --- diff --git a/package.json b/package.json index 8b67267bb..acea280fd 100644 --- a/package.json +++ b/package.json @@ -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": {