Skip to content

Commit 5a82a75

Browse files
fix: fixed ts build pointer in package.json
1 parent 0cf3302 commit 5a82a75

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

0 commit comments

Comments
 (0)