slim-stencil-tools
Advanced tools
Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "slim-stencil-tools", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "A lightweight and modern alternative utility library for Bigcommerce Stencil themes", | ||
@@ -5,0 +5,0 @@ "main": "dist/slim-stencil-tools.js", |
@@ -7,4 +7,4 @@ /** | ||
*/ | ||
const imageUrl = (data, size) => data.replace('{:size}', size); | ||
export default imageUrl; | ||
export default function imageUrl(data, size) { | ||
return data.replace('{:size}', size); | ||
} |
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
905
243568