Skip to content

Commit 9d0aee1

Browse files
committed
chore: correct path to types
1 parent 52558a0 commit 9d0aee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"module": "lib/module/index.js",
77
"react-native": "src/index.tsx",
88
"source": "src/index.tsx",
9-
"types": "lib/typescript/index.d.ts",
9+
"types": "lib/typescript/src/index.d.ts",
1010
"files": [
1111
"src",
1212
"lib",

0 commit comments

Comments
 (0)