Skip to content

Commit

Permalink
fix package.json types entry (#163)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
ottob and trousev authored Feb 29, 2024
1 parent c5bba1d commit ba4bde3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "React Native wrapper to bridge our iOS and Android SDK",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
"types": "lib/typescript/src/index.d.ts",
"react-native": "src/index",
"source": "src/index",
"files": [
Expand Down

0 comments on commit ba4bde3

Please sign in to comment.