mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
Bower: Change jquery dependency to >=1.6 (don't limit max version)
Fixes #10110 Closes gh-1266
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user