Showing with 8 additions and 6 deletions.
  1. +3 −1 AUTHORS.txt
  2. +2 −2 dist/sizzle.js
  3. +1 −1 dist/sizzle.min.js
  4. +2 −2 package.json
@@ -1,4 +1,4 @@
Authors ordered by first contribution.
Authors ordered by first contribution

John Resig <jeresig@gmail.com>
Cheah Chu Yeow <chuyeow@gmail.com>
@@ -51,3 +51,5 @@ Neftaly Hernandez <neftaly.hernandez@gmail.com>
Jörn Wagner <joern.wagner@explicatis.com>
Chris Rebert <code@rebertia.com>
Colin Frick <colin@bash.li>
John-David Dalton <john.david.dalton@gmail.com>
Kevin Kirsche <Kev.Kirsche+GitHub@gmail.com>
@@ -1,12 +1,12 @@
/*!
* Sizzle CSS Selector Engine v2.2.1-pre
* Sizzle CSS Selector Engine v2.2.2-pre
* http://sizzlejs.com/
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license
* http://jquery.org/license
*
* Date: 2015-10-02
* Date: 2015-10-17
*/
(function( window ) {

Some generated files are not rendered by default. Learn more.

@@ -1,7 +1,7 @@
{
"title": "Sizzle",
"name": "sizzle",
"version": "2.2.1-pre",
"version": "2.2.2-pre",
"description": "A pure-JavaScript, bottom-up CSS selector engine designed to be easily dropped in to a host library.",
"keywords": [
"sizzle",
@@ -43,7 +43,7 @@
"grunt-contrib-qunit": "0.7.0",
"grunt-contrib-uglify": "0.5.1",
"grunt-contrib-watch": "0.6.1",
"grunt-git-authors": "1.2.0",
"grunt-git-authors": "3.0.0",
"grunt-jscs": "0.6.2",
"grunt-jsonlint": "1.0.4",
"grunt-karma": "0.12.1",