mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-29 00:51:29 +08:00
* Add types for winston-mail * added winston dependency Created a package.json file with winston dependency * Changed dependency in package.json Changed dependency in package.json to winston 2.3.9 and higher.
7 lines
88 B
JSON
7 lines
88 B
JSON
{
|
|
"private": true,
|
|
"dependencies": {
|
|
"@types/winston": "^2.3.9"
|
|
}
|
|
}
|