gulp-minify-css
Advanced tools
Comparing version 0.3.7 to 0.3.8
{ | ||
"name": "gulp-minify-css", | ||
"description": "Minify css with clean-css.", | ||
"version": "0.3.7", | ||
"version": "0.3.8", | ||
"repository": "https://github.com/jonathanepollack/gulp-minify-css.git", | ||
@@ -15,3 +15,3 @@ "homepage": "https://github.com/jonathanepollack/gulp-minify-css", | ||
"gulp-util": "~2.2.13", | ||
"clean-css": "~2.2.8", | ||
"clean-css": "~2.2.13", | ||
"through2": "^0.5.1", | ||
@@ -18,0 +18,0 @@ "bufferstreams": "0.0.1", |
@@ -49,3 +49,3 @@ var gulp = require('gulp'), | ||
file.contents.pipe(es.wait(function(err, data) { | ||
expect(expected).to.be.equal(data); | ||
expect(expected).to.be.equal(data.toString()); | ||
done(); | ||
@@ -91,2 +91,2 @@ })); | ||
}); | ||
}); | ||
}); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14073
323
Updatedclean-css@~2.2.13