Add support for profile-less CMYK images #99

This commit is contained in:
Lovell Fuller
2014-11-06 11:30:19 +00:00
parent 62fcfb3dba
commit f7c2a839ad
7 changed files with 43 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "sharp",
"version": "0.7.1",
"version": "0.7.2",
"author": "Lovell Fuller <npm@lovell.info>",
"contributors": [
"Pierre Inglebert <pierre.inglebert@gmail.com>",
@@ -41,9 +41,9 @@
"stream"
],
"dependencies": {
"bluebird": "^2.3.9",
"bluebird": "^2.3.10",
"color": "^0.7.1",
"nan": "^1.3.0"
"nan": "^1.4.0"
},
"devDependencies": {
"mocha": "^2.0.1",