gulp-retina-resizer
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -51,3 +51,3 @@ 'use strict'; | ||
let workFlow = GM(path).resize(width, height); | ||
let workFlow = GM(path).resize(width, height, '!'); | ||
if(borderWidth || borderHeight) { | ||
@@ -54,0 +54,0 @@ workFlow = workFlow |
{ | ||
"name": "gulp-retina-resizer", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "resize images", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
4583