From eca2787213ab5678ec93d2ebb7c89e705dc52051 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Thu, 5 Jun 2014 22:18:47 +0100 Subject: [PATCH] Add @jonathanong to contributors - thank you! Bump versions --- package.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index e9303667..19e4097e 100755 --- a/package.json +++ b/package.json @@ -1,9 +1,10 @@ { "name": "sharp", - "version": "0.5.0", + "version": "0.5.1", "author": "Lovell Fuller ", "contributors": [ - "Pierre Inglebert " + "Pierre Inglebert ", + "Jonathan Ong " ], "description": "High performance Node.js module to resize JPEG, PNG and WebP images using the libvips library", "scripts": { @@ -32,12 +33,12 @@ ], "dependencies": { "nan": "^1.1.2", - "bluebird": "^1.2.4", + "bluebird": "^2.0.5", "util-deprecate": "^1.0.0" }, "devDependencies": { "imagemagick": "^0.1.3", - "imagemagick-native": "^1.0.0", + "imagemagick-native": "^1.1.1", "gm": "^1.16.0", "async": "^0.9.0", "benchmark": "^1.0.0"