Comparing version 0.1.3 to 0.1.4
@@ -13,3 +13,3 @@ 'use strict'; | ||
var BIN_VERSION = '1.0.1'; | ||
var BIN_VERSION = '2.1'; | ||
@@ -16,0 +16,0 @@ /** |
{ | ||
"name": "mozjpeg", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "mozjpeg wrapper that makes it seamlessly available as a local dependency", | ||
@@ -20,3 +20,3 @@ "license": "MIT", | ||
"postinstall": "node index.js", | ||
"test": "mocha --reporter list --timeout 50000" | ||
"test": "mocha --reporter list --timeout 100000" | ||
}, | ||
@@ -23,0 +23,0 @@ "files": [ |
2985