blitline-resizer
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -42,3 +42,3 @@ var Blitline = require('simple_blitline_node'); | ||
var renamer = options.renamer || function(imageUrl, size) { | ||
var renamer = options.renamer || config.renamer || function(imageUrl, size) { | ||
var pathname = url.parse(imageUrl).pathname; | ||
@@ -45,0 +45,0 @@ var ext = path.extname(pathname); |
{ | ||
"name": "blitline-resizer", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Resizes images using Blitline", | ||
@@ -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
17860