Skip to content

Commit c67aecb

Browse files
committed
fix: typescript definition
Fixes #301
1 parent 2d4c4bd commit c67aecb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"version": "0.31.0",
66
"description": "Official Sentry SDK for react-native",
77
"typings": "lib/Sentry.d.ts",
8+
"typescript": {
9+
"definition": "lib/Sentry.d.ts"
10+
},
811
"main": "index.js",
912
"scripts": {
1013
"test": "echo \"Error: no test specified\" && exit 1",

0 commit comments

Comments
 (0)