Skip to content

Commit dd34f08

Browse files
notatestusertompsota
authored andcommitted
Fix the types path in package.json
The `types` field in package.json is pointing to the wrong place. This commit fixes it.
1 parent 3f39f24 commit dd34f08

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": "React Native plugin for improving app security and threat monitoring on Android and iOS mobile devices.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
7-
"types": "lib/typescript/index.d.ts",
7+
"types": "lib/typescript/src/index.d.ts",
88
"react-native": "src/index",
99
"source": "src/index",
1010
"scripts": {

0 commit comments

Comments
 (0)