gulp-clean-css
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "gulp-clean-css", | ||
"description": "Minify css with clean-css.", | ||
"version": "2.0.0", | ||
"homepage": "https://github.com/scniro/gulp-clean-css#readme", | ||
"version": "2.0.1", | ||
"author": "scniro", | ||
@@ -14,2 +15,14 @@ "license": "MIT", | ||
], | ||
"keywords": [ | ||
"css", | ||
"clean", | ||
"minify", | ||
"uglify", | ||
"clean-css", | ||
"minify-css", | ||
"gulp-minify-css", | ||
"gulp-clean-css", | ||
"gulpplugin", | ||
"gulpfriendly" | ||
], | ||
"dependencies": { | ||
@@ -24,4 +37,12 @@ "clean-css": "^3.4.9", | ||
"devDependencies": { | ||
"gulp": "^3.9.1" | ||
"chai": "^3.5.0", | ||
"gulp": "^3.9.1", | ||
"gulp-mocha": "^2.2.0", | ||
"mocha": "^2.4.5", | ||
"vinyl": "^1.1.1", | ||
"vinyl-buffer": "^1.0.0" | ||
}, | ||
"scripts": { | ||
"test": "gulp test" | ||
} | ||
} |
# gulp-clean-css | ||
[![Build Status](https://img.shields.io/travis/scniro/gulp-clean-css.svg?style=flat-square)](https://travis-ci.org/scniro/gulp-clean-css) | ||
[![NPM Version](https://img.shields.io/npm/v/gulp-clean-css.svg?style=flat-square)](https://www.npmjs.com/package/gulp-clean-css) | ||
[![Dependency Status](https://img.shields.io/david/scniro/gulp-clean-css.svg?label=deps&style=flat-square)](https://david-dm.org/scniro/gulp-clean-css) | ||
[![devDependency Status](https://img.shields.io/david/dev/scniro/gulp-clean-css.svg?label=devDeps&style=flat-square)](https://david-dm.org/scniro/gulp-clean-css#info=devDependencies) | ||
> [gulp](http://gulpjs.com/) plugin to minify CSS, using [clean-css](https://github.com/jakubpawlowicz/clean-css) | ||
@@ -13,3 +18,3 @@ | ||
``` | ||
npm install --save-dev gulp-clean-css | ||
npm install gulp-clean-css --save-dev | ||
``` | ||
@@ -16,0 +21,0 @@ |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
7151
5
0
64
0
6