Skip to content

Commit

Permalink
fix: types path in package.json
Browse files Browse the repository at this point in the history
Currently types path is broken so all definitions are broken.
  • Loading branch information
radko93 authored Jun 24, 2024
1 parent 438a33c commit 42c8f65
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": "LiveKit for React Native",
"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 42c8f65

Please sign in to comment.