From: Geoff Kimball Date: Fri, 15 Jan 2016 23:03:32 +0000 (-0800) Subject: Change jQuery dependency in package.json to use a ~, to lock it to 2.1.x, closes... X-Git-Tag: v6.1.2~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1bbe69f6f55c272af23c70c5660d4d68925424b;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Change jQuery dependency in package.json to use a ~, to lock it to 2.1.x, closes #7893 --- diff --git a/package.json b/package.json index 200336d9f..3f0ae90e1 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,8 @@ "deploy": "gulp deploy" }, "dependencies": { - "jquery": "^2.1.0", - "what-input": "^1.1.2" + "jquery": "~2.1.0", + "what-input": "~1.1.2" }, "license": "MIT", "devDependencies": {