Build: update Sizzle to 2.0.0

This commit is contained in:
Timmy Willison 2014-07-01 16:50:27 -04:00
parent 86e62d8b37
commit bcca4f041b
4 changed files with 6 additions and 6 deletions

View File

@ -54,7 +54,7 @@ module.exports = function( grunt ) {
},
files: {
"sizzle/dist": "sizzle/dist",
"sizzle/MIT-LICENSE.txt": "sizzle/MIT-LICENSE.txt",
"sizzle/LICENSE.txt": "sizzle/LICENSE.txt",
"qunit/qunit.js": "qunit/qunit/qunit.js",
"qunit/qunit.css": "qunit/qunit/qunit.css",

View File

@ -14,7 +14,7 @@
"package.json"
],
"devDependencies": {
"sizzle": "1.11.1",
"sizzle": "2.0.0",
"requirejs": "2.1.10",
"qunit": "1.14.0",
"sinon": "1.8.1"

View File

@ -1,12 +1,12 @@
/*!
* Sizzle CSS Selector Engine v1.11.1
* Sizzle CSS Selector Engine v2.0.0
* http://sizzlejs.com/
*
* Copyright 2013 jQuery Foundation, Inc. and other contributors
* Copyright 2008, 2014 jQuery Foundation, Inc. and other contributors
* Released under the MIT license
* http://jquery.org/license
*
* Date: 2014-06-25
* Date: 2014-07-01
*/
(function( window ) {

File diff suppressed because one or more lines are too long