Skip to content

Commit fba7522

Browse files
authored
Merge pull request #207 from r3nya/enable-ts-typings
Enable TypeScript typings
2 parents 3464688 + c5a34fd commit fba7522

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)