Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Apr 18, 2014
1 parent f33374a commit 51a21eb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
1 change: 0 additions & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"quotmark": "single",
"strict": true,
"sub": true,
"trailing": true,
"undef": true,
"unused": true
}
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
## v0.3.3
* Update "uncss"

## v0.3.2
* Additional cleanup for `report` option

## v0.3.1
* 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
Expand All @@ -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`
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand All @@ -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",
Expand Down

0 comments on commit 51a21eb

Please sign in to comment.