Skip to content

Commit c5a34fd

Browse files
committed
Enable TypeScript typings
1 parent 89214a1 commit c5a34fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,10 @@
6969
"CHANGELOG.md",
7070
"README.md",
7171
"stacktrace.js",
72+
"stacktrace-js.d.ts",
7273
"dist/"
7374
],
75+
"typings": "./stacktrace-js.d.ts",
7476
"scripts": {
7577
"test": "gulp test",
7678
"prepublish": "gulp dist"

0 commit comments

Comments
 (0)