aboutsummaryrefslogtreecommitdiffstats
path: root/bower.json
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2014-06-24 08:48:01 -0400
committerScott González <scott.gonzalez@gmail.com>2014-06-24 22:45:54 -0400
commita0fea7d849a2d0a949cfde8ea1c2edbf2a94d963 (patch)
treeb7d2b621ecb93409a2ab2beb572f06defe8b27fe /bower.json
parent66032703e87f25d64385d94002c5f4eb1afca2fb (diff)
downloadjquery-ui-a0fea7d849a2d0a949cfde8ea1c2edbf2a94d963.tar.gz
jquery-ui-a0fea7d849a2d0a949cfde8ea1c2edbf2a94d963.zip
Bower: Change jquery dependency to >=1.6 (don't limit max version)
Fixes #10110 Closes gh-1266
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json4
1 files changed, 2 insertions, 2 deletions
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",