Skip to content

Commit 02d1cf5

Browse files
committed
v0.6.1
1 parent ac4ac6e commit 02d1cf5

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# grunt-uncss Changelog
22

3+
## v0.6.1
4+
5+
* Update async to v2.0.1.
6+
37
## v0.6.0
48

59
* Update UnCSS to v0.14.0

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "grunt-uncss",
33
"description": "A grunt task for generating CSS files containing only those styles used in your project.",
4-
"version": "0.6.0",
4+
"version": "0.6.1",
55
"homepage": "https://github.com/addyosmani/grunt-uncss",
6-
"author": "Addy Osmani <[email protected]> (http://addyosmani.com)",
6+
"author": "Addy Osmani <[email protected]> (https://addyosmani.com)",
77
"maintainers": [
8-
"Addy Osmani <[email protected]> (http://addyosmani.com)",
8+
"Addy Osmani <[email protected]> (https://addyosmani.com)",
99
"XhmikosR <[email protected]> (https://github.com/XhmikosR)"
1010
],
1111
"repository": {
@@ -27,7 +27,7 @@
2727
"LICENSE-MIT"
2828
],
2929
"engines": {
30-
"node": ">= 0.12.0"
30+
"node": ">=0.12.0"
3131
},
3232
"scripts": {
3333
"test": "grunt test"

0 commit comments

Comments
 (0)