gulp-minify-css
Advanced tools
Comparing version 0.3.2 to 0.3.3
var es = require('event-stream'), | ||
CleanCSS = require('clean-css'), | ||
clone = require('clone'), | ||
BufferStreams = require('bufferstreams'), | ||
@@ -39,3 +38,3 @@ gutil = require('gulp-util'), | ||
var newFile = clone(file); | ||
var newFile = file.clone(); | ||
@@ -42,0 +41,0 @@ // Image URLs are rebased with the assumption that they are relative to the |
{ | ||
"name": "gulp-minify-css", | ||
"description": "Minify css with clean-css.", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"repository": "https://github.com/jonathanepollack/gulp-minify-css.git", | ||
@@ -16,3 +16,2 @@ "homepage": "https://github.com/jonathanepollack/gulp-minify-css", | ||
"clean-css": "~2.1.8", | ||
"clone": "~0.1.11", | ||
"bufferstreams": "0.0.1", | ||
@@ -19,0 +18,0 @@ "gulp-util": "~2.2.13" |
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
4
9585
181
- Removedclone@~0.1.11
- Removedclone@0.1.19(transitive)