mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 07:15:08 +01:00
Add support for profile-less CMYK images #99
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user