Files
DefinitelyTyped/types/winston-mail/package.json
Sorin Sandru 564b0ff631 Add types for winston-mail (#27128)
* 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.
2018-07-13 12:47:26 -07:00

7 lines
88 B
JSON

{
"private": true,
"dependencies": {
"@types/winston": "^2.3.9"
}
}