gulp-svg-sprite
Advanced tools
Comparing version 1.3.4 to 1.3.5
@@ -0,1 +1,6 @@ | ||
## 1.3.5 Compatibility release (2016-08-15) | ||
* Compatible with [svg-sprite 1.3.5](https://github.com/jkphl/svg-sprite/tree/v1.3.5) | ||
* Updated dependencies | ||
* Fixed file name regression bug ([svg-sprite #186](https://github.com/jkphl/svg-sprite/issues/186)) | ||
## 1.3.4 Compatibility release (2016-08-12) | ||
@@ -2,0 +7,0 @@ * Compatible with [svg-sprite 1.3.4](https://github.com/jkphl/svg-sprite/tree/v1.3.4) |
{ | ||
"name": "gulp-svg-sprite", | ||
"description": "SVG sprites & stacks galore — Gulp plugin wrapping around svg-sprite that reads in a bunch of SVG files, optimizes them and creates SVG sprites and CSS resources in various flavours", | ||
"version": "1.3.4", | ||
"version": "1.3.5", | ||
"homepage": "https://github.com/jkphl/gulp-svg-sprite", | ||
@@ -27,3 +27,3 @@ "author": "Joschi Kuphal <joschi@kuphal.net> (https://jkphl.is)", | ||
"dependencies": { | ||
"svg-sprite": "~1.3.4", | ||
"svg-sprite": "~1.3.5", | ||
"through2": "^2.0.1", | ||
@@ -47,3 +47,3 @@ "gulp-util": "^3.0.7", | ||
"mocha-lcov-reporter": "*", | ||
"should": "~11.0.0", | ||
"should": "~11.1.0", | ||
"svg2png": "jkphl/svg2png" | ||
@@ -50,0 +50,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
18679
Updatedsvg-sprite@~1.3.5