Added required dependencies for package-json

no issue

- this package has just been extracted from Ghost and we need to add the
  dependencies it uses into the `package.json`
This commit is contained in:
Daniel Lockyer 2021-05-06 13:49:23 +01:00
parent d2d4bbe8ed
commit 3f1462296e

View File

@ -21,7 +21,13 @@
"devDependencies": { "devDependencies": {
"mocha": "8.3.2", "mocha": "8.3.2",
"should": "13.2.3", "should": "13.2.3",
"sinon": "10.0.0" "sinon": "10.0.0",
"tmp": "0.2.1"
}, },
"dependencies": {} "dependencies": {
"@tryghost/errors": "^0.2.11",
"bluebird": "^3.7.2",
"fs-extra": "^10.0.0",
"lodash": "^4.17.21"
}
} }