Skip to content

Commit

Permalink
Update pngquant-bin to 3.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Jul 28, 2015
1 parent b5ccab3 commit 3ea050b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/PngQuant.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ try {
pngQuantBin = require('pngquant-bin');
} catch (e) {}

var binPath = pngQuantBin ? pngQuantBin.path : 'pngquant';
var binPath = pngQuantBin || 'pngquant';

function PngQuant(pngQuantArgs) {
Stream.call(this);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "test"
},
"optionalDependencies": {
"pngquant-bin": "=2.0.0"
"pngquant-bin": "3.0.0"
},
"devDependencies": {
"coveralls": "2.11.2",
Expand Down

0 comments on commit 3ea050b

Please sign in to comment.