Tighten 'extract' parameter validation #158

This commit is contained in:
Lovell Fuller
2015-01-29 22:46:04 +00:00
parent 797d503a99
commit e5a5e2ca7e
3 changed files with 65 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "sharp",
"version": "0.9.0",
"version": "0.9.1",
"author": "Lovell Fuller <npm@lovell.info>",
"contributors": [
"Pierre Inglebert <pierre.inglebert@gmail.com>",
@@ -34,7 +34,7 @@
"vips"
],
"dependencies": {
"bluebird": "^2.8.2",
"bluebird": "^2.9.3",
"color": "^0.7.3",
"nan": "^1.5.1",
"semver": "^4.2.0"