Comparing version 0.1.1 to 0.1.2
@@ -49,3 +49,3 @@ #! /usr/bin/env node | ||
writableStream.on('finish', function() { | ||
if (files.length === 0) { | ||
if (filesQueue.length === 0) { | ||
callback(); | ||
@@ -52,0 +52,0 @@ } else { |
{ | ||
"name": "compng", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Compress your png files", | ||
@@ -5,0 +5,0 @@ "preferGlobal": true, |
21371