From: Kevin Ball Date: Mon, 19 Dec 2016 23:51:00 +0000 (-0800) Subject: Tell bower & npm that it's okay to have jquery 3 X-Git-Tag: v6.3.1-rc1~30^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F9532%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Tell bower & npm that it's okay to have jquery 3 --- diff --git a/bower.json b/bower.json index fe491dec2..447380b9b 100644 --- a/bower.json +++ b/bower.json @@ -28,7 +28,7 @@ "yarn.lock" ], "dependencies": { - "jquery": "~2.2.0", + "jquery": ">= 2.2.0", "what-input": "~4.0.3" } } diff --git a/package.json b/package.json index 483ccb218..15a1d1ccb 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "deploy:docs": "gulp deploy:docs" }, "dependencies": { - "jquery": "^2.2.0", + "jquery": ">=2.2.0", "what-input": "^4.0.3" }, "license": "MIT",