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

Commit 02f1a71

Browse files
authored
Fix typescript type file location in package.json
1 parent 6d61a05 commit 02f1a71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Google on-device MLKit text recognition for React Native",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
7-
"types": "lib/typescript/src/index.d.ts",
7+
"types": "lib/typescript/index.d.ts",
88
"react-native": "src/index",
99
"source": "src/index",
1010
"files": [

0 commit comments

Comments
 (0)