gulp-retina-resizer
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -42,3 +42,3 @@ 'use strict'; | ||
let getName = function(path, to) { | ||
return /[\\\/]+([^\\\/@]+)(@\dx)?\.[^\.\\\/]+$/.exec(path)[1] + '@' + to + 'x.png'; | ||
return /[\\\/]+([^\\\/@]+)(@\dx)?\.[^\.\\\/]+$/.exec(path)[1] + (1 == to ? '' : '@' + to + 'x' ) + '.png'; | ||
}; | ||
@@ -45,0 +45,0 @@ |
{ | ||
"name": "gulp-retina-resizer", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"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
3822