Skip to content

Commit bcca4f0

Browse files
committed
Build: update Sizzle to 2.0.0
1 parent 86e62d8 commit bcca4f0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ module.exports = function( grunt ) {
5454
},
5555
files: {
5656
"sizzle/dist": "sizzle/dist",
57-
"sizzle/MIT-LICENSE.txt": "sizzle/MIT-LICENSE.txt",
57+
"sizzle/LICENSE.txt": "sizzle/LICENSE.txt",
5858

5959
"qunit/qunit.js": "qunit/qunit/qunit.js",
6060
"qunit/qunit.css": "qunit/qunit/qunit.css",

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"package.json"
1515
],
1616
"devDependencies": {
17-
"sizzle": "1.11.1",
17+
"sizzle": "2.0.0",
1818
"requirejs": "2.1.10",
1919
"qunit": "1.14.0",
2020
"sinon": "1.8.1"

external/sizzle/dist/sizzle.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/*!
2-
* Sizzle CSS Selector Engine v1.11.1
2+
* Sizzle CSS Selector Engine v2.0.0
33
* http://sizzlejs.com/
44
*
5-
* Copyright 2013 jQuery Foundation, Inc. and other contributors
5+
* Copyright 2008, 2014 jQuery Foundation, Inc. and other contributors
66
* Released under the MIT license
77
* http://jquery.org/license
88
*
9-
* Date: 2014-06-25
9+
* Date: 2014-07-01
1010
*/
1111
(function( window ) {
1212

external/sizzle/dist/sizzle.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)