Skip to content

Commit d87a7e8

Browse files
authored
Fix missing declaration of direct dependencies (#242)
1 parent 0e88bfc commit d87a7e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@
2929
"syslog"
3030
],
3131
"dependencies": {
32-
"glossy": "^0.1.7"
32+
"glossy": "^0.1.7",
33+
"triple-beam": "^1.3.0",
34+
"winston-transport": "^4.5.0"
3335
},
3436
"optionalDependencies": {
3537
"unix-dgram": "2.0.6"

0 commit comments

Comments
 (0)