Skip to content

Commit 7f92110

Browse files
authored
fix: update types path (#384)
1 parent 71099bc commit 7f92110

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
@@ -4,7 +4,7 @@
44
"description": "Rescale local images with React Native",
55
"main": "lib/commonjs/index.js",
66
"module": "lib/module/index.js",
7-
"types": "lib/typescript/src/index.d.ts",
7+
"types": "lib/typescript/index.d.ts",
88
"react-native": "src/index.tsx",
99
"source": "src/index",
1010
"files": [

0 commit comments

Comments
 (0)