Add logform dependency to datadog-winston (#41072)

winston-transport depends on logform, but only has it as a
devDependency. I opened a PR to change this, but I don't know when it
will be merged; the bug has been open since May. In the meantime,
datadog-winston will do what all other clients have had to: add logform
as a dependency itself.
This commit is contained in:
Nathan Shively-Sanders
2019-12-16 09:57:07 -08:00
committed by GitHub
parent f1c7df8558
commit c02e3a1542

View File

@@ -1,6 +1,7 @@
{
"private": true,
"dependencies": {
"winston-transport": "^4.3.0"
"winston-transport": "^4.3.0",
"logform": "^1.4.0"
}
}