aboutsummaryrefslogtreecommitdiffstats
path: root/bower.json
diff options
context:
space:
mode:
authorFelix Nagel <info@felixnagel.com>2016-11-09 10:13:10 +0100
committerFelix Nagel <info@felixnagel.com>2016-11-09 10:13:28 +0100
commit6b8ac7ef1ba05e879a09bd58dcd240f9cf16c8cb (patch)
treef5335d796b667c7a4a158ee754f756cc2dc18a52 /bower.json
parent68028e7262a14463b71539f4e3bca689e49acf33 (diff)
parentd85c68f6cdc02266ab8972e5c4159514b4d2598f (diff)
downloadjquery-ui-6b8ac7ef1ba05e879a09bd58dcd240f9cf16c8cb.tar.gz
jquery-ui-6b8ac7ef1ba05e879a09bd58dcd240f9cf16c8cb.zip
Merge branch 'master' into datepicker
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json19
1 files changed, 17 insertions, 2 deletions
diff --git a/bower.json b/bower.json
index 530667888..c5be5a310 100644
--- a/bower.json
+++ b/bower.json
@@ -7,6 +7,7 @@
"external",
"tests"
],
+ "license": "MIT",
"dependencies": {
"jquery": ">=1.6"
},
@@ -37,7 +38,12 @@
"jquery-1.11.1": "jquery#1.11.1",
"jquery-1.11.2": "jquery#1.11.2",
"jquery-1.11.3": "jquery#1.11.3",
- "jquery-1.x": "jquery#1.11.3",
+ "jquery-1.12.0": "jquery#1.12.0",
+ "jquery-1.12.1": "jquery#1.12.1",
+ "jquery-1.12.2": "jquery#1.12.2",
+ "jquery-1.12.3": "jquery#1.12.3",
+ "jquery-1.12.4": "jquery#1.12.4",
+ "jquery-1.x": "jquery#1.12.4",
"jquery-2.0.0": "jquery#2.0.0",
"jquery-2.0.1": "jquery#2.0.1",
"jquery-2.0.2": "jquery#2.0.2",
@@ -45,6 +51,15 @@
"jquery-2.1.0": "jquery#2.1.0",
"jquery-2.1.1": "jquery#2.1.1",
"jquery-2.1.2": "jquery#2.1.2",
- "jquery-2.1.3": "jquery#2.1.3"
+ "jquery-2.1.3": "jquery#2.1.3",
+ "jquery-2.1.4": "jquery#2.1.4",
+ "jquery-2.2.0": "jquery#2.2.0",
+ "jquery-2.2.1": "jquery#2.2.1",
+ "jquery-2.2.2": "jquery#2.2.2",
+ "jquery-2.2.3": "jquery#2.2.3",
+ "jquery-2.2.4": "jquery#2.2.4",
+ "jquery-3.0.0": "jquery#3.0.0",
+ "jquery-3.1.0": "jquery#3.1.0",
+ "jquery-3.1.1": "jquery#3.1.1"
}
}