diff options
author | Scott González <scott.gonzalez@gmail.com> | 2014-06-10 08:26:24 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2014-06-24 22:45:44 -0400 |
commit | 19dfa2dc1b5c91b87929ec372280897efdc52153 (patch) | |
tree | d6c5314eb6b98e7be82f0d856c070c3fee6cc439 /bower.json | |
parent | 6df127a0b591d2a1437361f9cb6f3524a7b2e111 (diff) | |
download | jquery-ui-19dfa2dc1b5c91b87929ec372280897efdc52153.tar.gz jquery-ui-19dfa2dc1b5c91b87929ec372280897efdc52153.zip |
Test: Get all jQuery versions from Bower
Ref gh-1266
Diffstat (limited to 'bower.json')
-rw-r--r-- | bower.json | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/bower.json b/bower.json index ef8f57736..a871f9e29 100644 --- a/bower.json +++ b/bower.json @@ -13,6 +13,29 @@ "devDependencies": { "jquery-mousewheel": "3.1.11", "jshint": "2.4.4", - "qunit": "1.14.0" + "qunit": "1.14.0", + + "jquery-1.6.0": "jquery#1.6.0", + "jquery-1.6.1": "jquery#1.6.1", + "jquery-1.6.2": "jquery#1.6.2", + "jquery-1.6.3": "jquery#1.6.3", + "jquery-1.6.4": "jquery#1.6.4", + "jquery-1.7.0": "jquery#1.7.0", + "jquery-1.7.1": "jquery#1.7.1", + "jquery-1.7.2": "jquery#1.7.2", + "jquery-1.8.0": "jquery#1.8.0", + "jquery-1.8.1": "jquery#1.8.1", + "jquery-1.8.2": "jquery#1.8.2", + "jquery-1.8.3": "jquery#1.8.3", + "jquery-1.9.0": "jquery#1.9.0", + "jquery-1.9.1": "jquery#1.9.1", + "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-2.0.0": "jquery#2.0.0", + "jquery-2.0.1": "jquery#2.0.1", + "jquery-2.0.2": "jquery#2.0.2", + "jquery-2.0.3": "jquery#2.0.3" } } |