From a0fea7d849a2d0a949cfde8ea1c2edbf2a94d963 Mon Sep 17 00:00:00 2001 From: Scott González Date: Tue, 24 Jun 2014 08:48:01 -0400 Subject: Bower: Change jquery dependency to >=1.6 (don't limit max version) Fixes #10110 Closes gh-1266 --- Gruntfile.js | 5 +++-- bower.json | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index e1638dcb6..6a711962b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -221,6 +221,7 @@ grunt.initConfig({ all: { options: { clean: true, + ignore: [ "jquery" ], destPrefix: "external" }, files: { @@ -233,8 +234,8 @@ grunt.initConfig({ "jshint/jshint.js": "jshint/dist/jshint.js", "jshint/LICENSE": "jshint/LICENSE", - "jquery/jquery.js": "jquery/jquery.js", - "jquery/MIT-LICENSE.txt": "jquery/MIT-LICENSE.txt", + "jquery/jquery.js": "jquery-1.x/jquery.js", + "jquery/MIT-LICENSE.txt": "jquery-1.x/MIT-LICENSE.txt", "jquery-1.6.0/jquery.js": "jquery-1.6.0/jquery.js", "jquery-1.6.0/MIT-LICENSE.txt": "jquery-1.6.0/MIT-LICENSE.txt", diff --git a/bower.json b/bower.json index a871f9e29..b3b4cd5ad 100644 --- a/bower.json +++ b/bower.json @@ -8,7 +8,7 @@ "tests" ], "dependencies": { - "jquery": ">=1.6 <1.11" + "jquery": ">=1.6" }, "devDependencies": { "jquery-mousewheel": "3.1.11", @@ -32,7 +32,7 @@ "jquery-1.10.0": "jquery#1.10.0", "jquery-1.10.1": "jquery#1.10.1", "jquery-1.10.2": "jquery#1.10.2", - "jquery": "jquery#1.10.2", + "jquery-1.x": "jquery#1.10.2", "jquery-2.0.0": "jquery#2.0.0", "jquery-2.0.1": "jquery#2.0.1", "jquery-2.0.2": "jquery#2.0.2", -- cgit v1.2.3