responsive-loader-tinify-adapter
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -29,3 +29,2 @@ "use strict"; | ||
return new Promise(function (resolve, reject) { | ||
console.log(originalSize); | ||
var resizeMethod = options.method || method; | ||
@@ -32,0 +31,0 @@ var newHeight = Math.round(originalSize.height * (width / originalSize.width)); |
{ | ||
"name": "responsive-loader-tinify-adapter", | ||
"version": "1.0.1", | ||
"description": "", | ||
"version": "1.0.2", | ||
"description": "Tinify adapter for webpack responsive loader", | ||
"module": "dist/index.js", | ||
@@ -9,2 +9,3 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"prepublish": "npm run test && npm run build", | ||
"build": "tsc" | ||
@@ -11,0 +12,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
8669
126