Skip to content

Commit

Permalink
Build: update Sizzle to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timmywil committed Jul 1, 2014
1 parent 86e62d8 commit bcca4f0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions external/sizzle/dist/sizzle.js
Original file line number Diff line number Diff line change
@@ -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 ) {

Expand Down
2 changes: 1 addition & 1 deletion external/sizzle/dist/sizzle.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bcca4f0

Please sign in to comment.