Comparing version 0.1.1 to 0.1.2
@@ -13,3 +13,3 @@ 'use strict'; | ||
var bin = new BinWrapper() | ||
var bin = new BinWrapper ({ global: false }) | ||
.dest(path.join(__dirname, 'vendor')) | ||
@@ -29,2 +29,4 @@ .use('jpegtran'); | ||
console.log('building mozjpeg'); | ||
return builder.build(function (err) { | ||
@@ -31,0 +33,0 @@ if (err) { |
{ | ||
"name": "mozjpeg", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "mozjpeg wrapper that makes it seamlessly available as a local dependency", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
2904
40