node-pngcrush
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -12,5 +12,5 @@ var _handle = require('./binding.js'); | ||
if (opt.params) { | ||
opt = opt.params; | ||
opt = opt.filename ? opt.params + ' ' + opt.filename : opt.params; | ||
} else { | ||
opt = ''; | ||
opt = opt.filename || ''; | ||
} | ||
@@ -17,0 +17,0 @@ this._option = opt; |
{ | ||
"name": "node-pngcrush", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "The node-pngcrush is an addon of node, as a readable/writable stream", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
3224052