mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Added sharp as an optional dependency
- This is optional, we throw errors if it doesn't load
This commit is contained in:
parent
2d2e41ac76
commit
54d3527b14
1 changed files with 3 additions and 0 deletions
|
@ -27,5 +27,8 @@
|
|||
"@tryghost/errors": "^0.1.0",
|
||||
"bluebird": "^3.7.2",
|
||||
"fs-extra": "^9.0.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"sharp": "^0.25.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue