mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
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:
committed by
GitHub
parent
f1c7df8558
commit
c02e3a1542
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"winston-transport": "^4.3.0"
|
||||
"winston-transport": "^4.3.0",
|
||||
"logform": "^1.4.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user