Skip to content

Commit ae25cdb

Browse files
committed
Build: Upgrade to jQuery 1.11.3
1 parent e175138 commit ae25cdb

File tree

9 files changed

+10390
-9
lines changed

9 files changed

+10390
-9
lines changed

Gruntfile.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,9 @@ grunt.initConfig({
348348
"jquery-1.11.2/jquery.js": "jquery-1.11.2/dist/jquery.js",
349349
"jquery-1.11.2/MIT-LICENSE.txt": "jquery-1.11.2/MIT-LICENSE.txt",
350350

351+
"jquery-1.11.3/jquery.js": "jquery-1.11.3/dist/jquery.js",
352+
"jquery-1.11.3/MIT-LICENSE.txt": "jquery-1.11.3/MIT-LICENSE.txt",
353+
351354
"jquery-2.0.0/jquery.js": "jquery-2.0.0/jquery.js",
352355
"jquery-2.0.0/MIT-LICENSE.txt": "jquery-2.0.0/MIT-LICENSE.txt",
353356

bower.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"jquery-1.11.0": "jquery#1.11.0",
3636
"jquery-1.11.1": "jquery#1.11.1",
3737
"jquery-1.11.2": "jquery#1.11.2",
38-
"jquery-1.x": "jquery#1.11.2",
38+
"jquery-1.11.3": "jquery#1.11.3",
39+
"jquery-1.x": "jquery#1.11.3",
3940
"jquery-2.0.0": "jquery#2.0.0",
4041
"jquery-2.0.1": "jquery#2.0.1",
4142
"jquery-2.0.2": "jquery#2.0.2",

build/tasks/testswarm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = function( grunt ) {
44

55
var versions = {
66
"compat-git": "compat-git",
7-
"1.11": "1.11.0 1.11.1 1.11.2",
7+
"1.11": "1.11.0 1.11.1 1.11.2 1.11.3",
88
"1.10": "1.10.0 1.10.1 1.10.2",
99
"1.9": "1.9.0 1.9.1",
1010
"1.8": "1.8.0 1.8.1 1.8.2 1.8.3",
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Copyright 2014 jQuery Foundation and other contributors
2+
http://jquery.com/
3+
4+
Permission is hereby granted, free of charge, to any person obtaining
5+
a copy of this software and associated documentation files (the
6+
"Software"), to deal in the Software without restriction, including
7+
without limitation the rights to use, copy, modify, merge, publish,
8+
distribute, sublicense, and/or sell copies of the Software, and to
9+
permit persons to whom the Software is furnished to do so, subject to
10+
the following conditions:
11+
12+
The above copyright notice and this permission notice shall be
13+
included in all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
18+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
19+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
20+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
21+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)