gulp-svgmin
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "gulp-svgmin", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Minify SVG files with gulp.", | ||
@@ -12,2 +12,5 @@ "license": "MIT", | ||
}, | ||
"scripts": { | ||
"test": "mocha" | ||
}, | ||
"repository": { | ||
@@ -25,3 +28,8 @@ "type": "git", | ||
}, | ||
"devDependencies": { | ||
"chai": "~1.8.1", | ||
"gulp-util": "~2.1.3", | ||
"mocha": "~1.15.1" | ||
}, | ||
"main": "index.js" | ||
} |
@@ -1,10 +0,10 @@ | ||
# gulp-svgmin | ||
# [gulp](https://github.com/wearefractal/gulp)-svgmin | ||
Minify SVG files with gulp. This plugin is a small wrapper around the excellent SVGO module, which can be found here: | ||
[![Build Status](https://travis-ci.org/ben-eb/gulp-svgmin.png?branch=master)](https://travis-ci.org/ben-eb/gulp-svgmin) [![NPM version](https://badge.fury.io/js/gulp-svgmin.png)](http://badge.fury.io/js/gulp-svgmin) [![Dependency Status](https://gemnasium.com/ben-eb/gulp-svgmin.png)](https://gemnasium.com/ben-eb/gulp-svgmin) | ||
https://github.com/svg/svgo | ||
> Minify SVG with [SVGO](https://github.com/svg/svgo). | ||
## Installation | ||
*This plugin is a small wrapper around the excellent SVGO module; if you have any difficulties with your SVG output it is best to use the [SVGO tracker](https://github.com/svg/svgo/issues). | ||
Install via npm: | ||
Install via [npm](https://npmjs.org/package/gulp-svgmin): | ||
@@ -11,0 +11,0 @@ ``` |
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
4773
7
44
3