From e48ea20bbd5701a3e07cd346809f77d894da7267 Mon Sep 17 00:00:00 2001 From: Romain Linsolas Date: Fri, 17 Jun 2016 08:56:49 +0200 Subject: [PATCH] fix: do not allow jQuery 3 Bootstrap 3 is not compatible with jQuery 3 (https://github.com/twbs/bootstrap/issues/16834), so avoid allowing it in `bower.json`. --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 68f91c0..7f72f8f 100644 --- a/bower.json +++ b/bower.json @@ -6,7 +6,7 @@ ], "license": "Apache-2.0", "dependencies": { - "jquery" : ">=1.7.1" + "jquery" : ">=1.7.1 <3.0.0" }, "ignore": [] }