Skip to content

Commit f471892

Browse files
committed
fix: type definitions file reference
1 parent 1131e31 commit f471892

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
@@ -11,7 +11,7 @@
1111
"main": "lib/commonjs/index.js",
1212
"module": "lib/module/index.js",
1313
"react-native": "src/index.ts",
14-
"types": "lib/typescript/src/index.d.ts",
14+
"types": "src/index.d.ts",
1515
"files": [
1616
"lib/",
1717
"src/"

0 commit comments

Comments
 (0)