Added missing dependencies

refs https://github.com/TryGhost/Team/issues/916
This commit is contained in:
Naz 2021-07-21 14:53:38 +04:00 committed by naz
parent a9981ea99e
commit 25293b4cbc

View File

@ -23,5 +23,10 @@
"should": "13.2.3",
"sinon": "11.1.1"
},
"dependencies": {}
"dependencies": {
"@tryghost/errors": "^0.2.13",
"@tryghost/members-csv": "^1.1.2",
"@tryghost/tpl": "^0.1.3",
"moment-timezone": "0.5.23"
}
}