0
Fork 0
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:
Hannah Wolfe 2020-03-25 12:40:02 +00:00
parent 2d2e41ac76
commit 54d3527b14

View file

@ -27,5 +27,8 @@
"@tryghost/errors": "^0.1.0",
"bluebird": "^3.7.2",
"fs-extra": "^9.0.0"
},
"optionalDependencies": {
"sharp": "^0.25.2"
}
}