Update libvips to v8.2.0

Plus version bumps of other dependencies
This commit is contained in:
Lovell Fuller
2016-01-02 14:13:58 +00:00
parent 7541dfcab2
commit 3c7cbf8685
6 changed files with 48 additions and 53 deletions

View File

@@ -47,7 +47,7 @@
"vips"
],
"dependencies": {
"bluebird": "^3.0.5",
"bluebird": "^3.1.1",
"color": "^0.10.1",
"nan": "^2.1.0",
"semver": "^5.1.0",
@@ -59,16 +59,16 @@
"coveralls": "^2.11.6",
"exif-reader": "^1.0.0",
"icc": "^0.0.2",
"istanbul": "^0.4.0",
"istanbul": "^0.4.1",
"mocha": "^2.3.4",
"mocha-jshint": "^2.2.5",
"node-cpplint": "^0.4.0",
"rimraf": "^2.4.4",
"rimraf": "^2.5.0",
"bufferutil": "^1.2.1"
},
"license": "Apache-2.0",
"config": {
"libvips": "8.1.1"
"libvips": "8.2.0"
},
"engines": {
"node": ">=0.10"