0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

🐛 Fixed errors for missing sharp install

closes #10421
This commit is contained in:
Fabien O'Carroll 2019-02-05 10:13:54 +01:00
parent 658a65e0fc
commit 6dc47f2ff2
2 changed files with 18 additions and 1 deletions

View file

@ -61,7 +61,7 @@
"express-session": "1.15.6",
"extract-zip": "1.6.7",
"fs-extra": "3.0.1",
"ghost-ignition": "3.0.0",
"ghost-ignition": "3.0.1",
"ghost-storage-base": "0.0.3",
"glob": "5.0.15",
"got": "8.3.2",

View file

@ -2325,6 +2325,23 @@ ghost-ignition@3.0.0:
prettyjson "^1.1.3"
uuid "^3.0.0"
ghost-ignition@3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/ghost-ignition/-/ghost-ignition-3.0.1.tgz#ec4dbc070b66d98973a57a2959b1247fcf038fed"
dependencies:
bunyan "1.8.12"
bunyan-loggly "^1.3.1"
caller "1.0.1"
debug "^2.6.9"
find-root "1.1.0"
fs-extra "^3.0.1"
json-stringify-safe "^5.0.1"
lodash "^4.16.4"
moment "^2.15.2"
nconf "^0.10.0"
prettyjson "^1.1.3"
uuid "^3.0.0"
ghost-ignition@^2.9.6:
version "2.9.6"
resolved "https://registry.yarnpkg.com/ghost-ignition/-/ghost-ignition-2.9.6.tgz#cc8358f0a356bae490e5abeca3c3bda8383352fe"