diff --git a/.jshintrc b/.jshintrc index 13aa9a3..b41310b 100644 --- a/.jshintrc +++ b/.jshintrc @@ -12,7 +12,6 @@ "quotmark": "single", "strict": true, "sub": true, - "trailing": true, "undef": true, "unused": true } diff --git a/CHANGELOG.md b/CHANGELOG.md index 143c118..dca7aab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## v0.3.3 +* Update "uncss" + ## v0.3.2 * Additional cleanup for `report` option @@ -5,7 +8,7 @@ * Fix failure when `report` wasn't set ## v0.3.0 -* Update dependencies including `uncss` to 0.8.0 +* Update dependencies including "uncss" to 0.8.0 * Enable `report` by default and switch to using `maxmin` ## v0.1.7 @@ -14,7 +17,7 @@ Changelog coming soon. ## v0.1.6 -* Upgrades to `uncss` 0.6.2 - brings stable support for PhantomJS and processing dynamically injected CSS via JavaScript, a better selector engine ([CSSSelect](https://npmjs.org/package/CSSselect) via [cheerio](https://npmjs.org/package/cheerio)) +* Upgrades to "uncss" 0.6.2 - brings stable support for PhantomJS and processing dynamically injected CSS via JavaScript, a better selector engine ([CSSSelect](https://npmjs.org/package/CSSselect) via [cheerio](https://npmjs.org/package/cheerio)) * Now supports `csspath`, `ignore`, `raw`, `timeout` options * Improved support for multiple files, general stability fixes with issues upstream now fixed * Added new suite of unit tests. Run with `grunt test` diff --git a/package.json b/package.json index f987306..47a87fc 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "dependencies": { "chalk": "~0.4.0", - "maxmin": "~0.1.0", + "maxmin": "~0.2.0", "uncss": "~0.8.1", "underscore": "~1.6.0" }, @@ -48,9 +48,9 @@ "grunt-contrib-connect": "~0.7.1", "grunt-contrib-copy": "~0.5.0", "grunt-contrib-cssmin": "~0.9.0", - "grunt-contrib-jshint": "~0.9.2", + "grunt-contrib-jshint": "~0.10.0", "grunt-contrib-watch": "~0.6.1", - "grunt-processhtml": "~0.3.0", + "grunt-processhtml": "~0.3.3", "grunt-simple-mocha": "~0.4.0", "load-grunt-tasks": "~0.4.0", "mocha": "~1.18.2",