imagemin-svgo
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -37,3 +37,3 @@ 'use strict'; | ||
svgo.optimize(file.contents.toString('utf8'), function (res) { | ||
res.data.replace(/&(?!amp;)/g, '&'); | ||
res.data = res.data.replace(/&(?!amp;)/g, '&'); | ||
file.contents = new Buffer(res.data); | ||
@@ -40,0 +40,0 @@ cb(null, file); |
{ | ||
"name": "imagemin-svgo", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "svgo imagemin plugin", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
3886