gulp-minify-css
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -5,2 +5,7 @@ # Change Log | ||
## [1.2.1] - 2015-08-23 | ||
- dependency | ||
* Bump [object-assign](https://github.com/sindresorhus/object-assign) to v3.0.0 | ||
## [1.2.0] - 2015-06-25 | ||
@@ -7,0 +12,0 @@ |
{ | ||
"name": "gulp-minify-css", | ||
"description": "Minify css with clean-css.", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"repository": "murphydanger/gulp-minify-css", | ||
@@ -33,3 +33,3 @@ "author": "Jonathan Pollack <jonathan@gnobel.com> (gnobel.com)", | ||
"gulp-util": "^3.0.5", | ||
"object-assign": "^3.0.0", | ||
"object-assign": "^4.0.1", | ||
"readable-stream": "^2.0.0", | ||
@@ -36,0 +36,0 @@ "vinyl-bufferstream": "^1.0.1", |
@@ -7,10 +7,10 @@ # gulp-minify-css | ||
[![Coverage Status](https://img.shields.io/coveralls/murphydanger/gulp-minify-css.svg)](https://coveralls.io/r/murphydanger/gulp-minify-css) | ||
[![Dependency Status](https://img.shields.io/david/murphydanger/gulp-minify-css.svg?label=deps)](https://david-dm.org/lmtm/gulp-front-matter) | ||
[![devDependency Status](https://img.shields.io/david/dev/murphydanger/gulp-minify-css.svg?label=devDeps)](https://david-dm.org/lmtm/gulp-front-matter#info=devDependencies) | ||
[![Dependency Status](https://img.shields.io/david/murphydanger/gulp-minify-css.svg?label=deps)](https://david-dm.org/murphydanger/gulp-minify-css) | ||
[![devDependency Status](https://img.shields.io/david/dev/murphydanger/gulp-minify-css.svg?label=devDeps)](https://david-dm.org/murphydanger/gulp-minify-css#info=devDependencies) | ||
[gulp](http://gulpjs.com/) plugin to minify CSS, using [clean-css] | ||
[gulp](http://gulpjs.com/) plugin to minify CSS, using [clean-css](https://github.com/jakubpawlowicz/clean-css) | ||
## Regarding Issues | ||
This is just a simple [gulp](https://github.com/gulpjs/gulp) plugin, which means it's nothing more than a thin wrapper around `clean-css`. If it looks like you are having CSS related issues, please contact [clean-css]. Only create a new issue if it looks like you're having a problem with the plugin itself. | ||
This is just a simple [gulp](https://github.com/gulpjs/gulp) plugin, which means it's nothing more than a thin wrapper around `clean-css`. If it looks like you are having CSS related issues, please contact [clean-css](https://github.com/jakubpawlowicz/clean-css/issues). Only create a new issue if it looks like you're having a problem with the plugin itself. | ||
@@ -34,3 +34,3 @@ ## Installation | ||
*options*: `Object` | ||
Return: `Object` ([stream.Tansform](https://nodejs.org/docs/latest/api/stream.html#stream_class_stream_transform)) | ||
Return: `Object` ([stream.Transform](https://nodejs.org/docs/latest/api/stream.html#stream_class_stream_transform)) | ||
@@ -69,3 +69,1 @@ Options are directly passed to the [`CleanCSS` constructor](https://github.com/jakubpawlowicz/clean-css#how-to-use-clean-css-programmatically) so all the clean-css options are available. | ||
[MIT](./LICENSE) © [Jonathan Pollack](https://github.com/murphydanger) | ||
[clean-css]: https://github.com/jakubpawlowicz/clean-css |
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
9475
67
+ Addedobject-assign@4.1.1(transitive)
Updatedobject-assign@^4.0.1