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

Commit 0ffff39

Browse files
committed
fix types not being detected
1 parent 145e5f6 commit 0ffff39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "lib/commonjs/index.js",
66
"module": "lib/module/index.js",
77
"react-native": "src/index.ts",
8-
"types": "lib/typescript/src/index.d.ts",
8+
"types": "lib/typescript/index.d.ts",
99
"files": [
1010
"lib/",
1111
"src/"

0 commit comments

Comments
 (0)