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

Added missing module dependencies for update-check-service

refs TryGhost/Team#728

- These are dependancies that have to come with the update check service
- Used exact same versions of Bluebird/moment/lodash as in current
TryGhost/Ghost main
This commit is contained in:
Naz 2021-06-02 18:25:15 +04:00
parent fd4e0a44c4
commit ba3c351aad

View file

@ -22,5 +22,10 @@
"should": "13.2.3",
"sinon": "11.1.1"
},
"dependencies": {}
"dependencies": {
"@tryghost/errors": "^0.2.11",
"bluebird": "3.7.2",
"lodash": "4.17.21",
"moment": "2.24.0"
}
}