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:
parent
fd4e0a44c4
commit
ba3c351aad
1 changed files with 6 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue