8000 fix(types): fix for missing types #651 · xyz-data/log4js-node@abe6e3c · GitHub
[go: up one dir, main page]

Skip to content

Commit abe6e3c

Browse files
author
Gareth Jones
committed
fix(types): fix for missing types log4js-node#651
1 parent 1eb90f8 commit abe6e3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "Port of Log4js to work with node.",
55
"homepage": "https://log4js-node.github.io/log4js-node/",
66
"files": [
7-
"lib"
7+
"lib",
8+
"types"
89
],
910
"keywords": [
1011
"logging",

0 commit comments

Comments
 (0)
0