Skip to content
This repository has been archived by the owner on Dec 2, 2018. It is now read-only.

Commit

Permalink
Bump UnCSS to 0.14.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-eb committed Jul 18, 2016
1 parent 215bd8e commit e0dd5d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"gulp-util": "~3.0.6",
"object-assign": "^4.0.1",
"uncss": "^0.13.0"
"uncss": "^0.14.1"
},
"devDependencies": {
"tap-spec": "^4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var test = require('tape'),

html = '<html><body><h1>hello</h1></body></html>',
css = 'h2 { color:blue; } h1 { color:red }',
output = 'h1 {\n color: red;\n}\n';
output = 'h1 { color:red }';

function fixture (contents) {
return new gutil.File({
Expand Down

0 comments on commit e0dd5d3

Please sign in to comment.