Skip to content

Commit bd3a1aa

Browse files
authored
fix: Add missing d.ts file in ecs-morgan-format (#170)
1 parent 23c6d6e commit bd3a1aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/ecs-morgan-format/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"main": "index.js",
66
"types": "index.d.ts",
77
"files": [
8-
"index.js"
8+
"index.js",
9+
"index.d.ts"
910
],
1011
"repository": {
1112
"type": "git",

0 commit comments

Comments
 (0)