mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
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.
8 lines
120 B
JSON
8 lines
120 B
JSON
{
|
|
"private": true,
|
|
"dependencies": {
|
|
"winston-transport": "^4.3.0",
|
|
"logform": "^1.4.0"
|
|
}
|
|
}
|