Skip to content

Commit baf8d29

Browse files
kayahreriwen
authored andcommitted
Include TypeScript typings in published package
1 parent fd79eb1 commit baf8d29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,12 @@
5353
"url": "https://github.com/stacktracejs/error-stack-parser/issues"
5454
},
5555
"main": "./error-stack-parser.js",
56+
"typings": "./error-stack-parser.d.ts",
5657
"files": [
5758
"LICENSE",
5859
"README.md",
5960
"error-stack-parser.js",
61+
"error-stack-parser.d.ts",
6062
"dist/"
6163
],
6264
"scripts": {

0 commit comments

Comments
 (0)