gulp-svgmin
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -1,3 +0,1 @@ | ||
'use strict'; | ||
var Transform = require('stream').Transform, | ||
@@ -4,0 +2,0 @@ SVGOptim = require('svgo'), |
{ | ||
"name": "gulp-svgmin", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Minify SVG files with gulp.", | ||
@@ -13,22 +13,28 @@ "license": "MIT", | ||
"scripts": { | ||
"test": "mocha" | ||
"lint": "eslint *.js", | ||
"test": "npm run lint && nyc ava test.js" | ||
}, | ||
"repository": "ben-eb/gulp-svgmin", | ||
"files": [ | ||
"index.js", | ||
"LICENSE-MIT" | ||
], | ||
"keywords": [ | ||
"gulpplugin", | ||
"svg" | ||
"minify", | ||
"svg", | ||
"svgo" | ||
], | ||
"dependencies": { | ||
"gulp-util": "^3.0.4", | ||
"svgo": "^0.5.1" | ||
"svgo": "^0.6.1" | ||
}, | ||
"devDependencies": { | ||
"chai": "~2.2.0", | ||
"gulp": "~3.8.11", | ||
"gulp-jshint": "~1.10.0", | ||
"gulp-mocha": "^2.0.1", | ||
"jshint-stylish": "~1.0.1", | ||
"mocha": "~2.2.1" | ||
"ava": "^0.10.0", | ||
"chai": "~3.4.1", | ||
"coveralls": "^2.11.6", | ||
"eslint": "^1.10.3", | ||
"nyc": "^5.3.0" | ||
}, | ||
"main": "index.js" | ||
} |
@@ -8,2 +8,3 @@ # [gulp][gulp]-svgmin [![Build Status](https://travis-ci.org/ben-eb/gulp-svgmin.svg?branch=master)][ci] [![NPM version](https://badge.fury.io/js/gulp-svgmin.svg)][npm] [![Dependency Status](https://gemnasium.com/ben-eb/gulp-svgmin.svg)][deps] | ||
## Install | ||
@@ -14,5 +15,6 @@ | ||
``` | ||
npm install gulp-svgmin --save-dev | ||
npm install gulp-svgmin | ||
``` | ||
## Example | ||
@@ -31,2 +33,3 @@ | ||
## Plugins | ||
@@ -39,3 +42,3 @@ | ||
``` | ||
```js | ||
gulp.task('default', function () { | ||
@@ -65,2 +68,3 @@ return gulp.src('logo.svg') | ||
## Beautify | ||
@@ -83,2 +87,3 @@ | ||
## Per-file options | ||
@@ -109,2 +114,3 @@ | ||
## Contributing | ||
@@ -115,2 +121,3 @@ | ||
## License | ||
@@ -120,2 +127,3 @@ | ||
[bugs]: https://github.com/svg/svgo/issues | ||
@@ -122,0 +130,0 @@ [ci]: https://travis-ci.org/ben-eb/gulp-svgmin |
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
6559
5
127
32
+ Addedclap@1.2.3(transitive)
+ Addedcsso@2.0.0(transitive)
+ Addedesprima@2.7.3(transitive)
+ Addedjs-yaml@3.6.1(transitive)
+ Addedsax@1.2.4(transitive)
+ Addedsource-map@0.5.7(transitive)
+ Addedsvgo@0.6.6(transitive)
- Removedesprima@2.2.0(transitive)
- Removedjs-yaml@3.3.1(transitive)
- Removedsax@1.1.6(transitive)
- Removedsvgo@0.5.6(transitive)
Updatedsvgo@^0.6.1