Skip to content

Commit d6ed8db

Browse files
authored
fix(TS): point package.json types property to including type declarations (#58)
1 parent ab6e19f commit d6ed8db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"main": "dist/react-error-boundary.cjs.js",
66
"module": "dist/react-error-boundary.esm.js",
77
"browser": "dist/react-error-boundary.umd.js",
8+
"types": "index.d.ts",
89
"sideEffects": false,
910
"keywords": [
1011
"react",

0 commit comments

Comments
 (0)