Skip to content

Commit ba4bde3

Browse files
ottobtrousev
andauthored
fix package.json types entry (#163)
When I installed the package the typescript definition ended up in: node_modules/@intercom/intercom-react-native/lib/typescript/src/index.d.ts Co-authored-by: Alexander Trousevich <me@trousev.pro>
1 parent c5bba1d commit ba4bde3

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 wrapper to bridge our iOS and Android SDK",
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
"files": [

0 commit comments

Comments
 (0)