Skip to content
This repository was archived by the owner on Nov 27, 2022. It is now read-only.

Commit 05846f4

Browse files
committed
fix: fix path to typescript definitions
1 parent fa82a84 commit 05846f4

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
@@ -5,7 +5,7 @@
55
"main": "lib/commonjs/index.js",
66
"react-native": "src/index.tsx",
77
"module": "lib/module/index.js",
8-
"types": "lib/typescript/src/index.d.ts",
8+
"types": "lib/typescript/index.d.ts",
99
"files": [
1010
"src",
1111
"lib"

0 commit comments

Comments
 (0)