Skip to content

Commit

Permalink
fix(package.json): fix types definition path
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed May 15, 2024
1 parent d3abd36 commit c63ed97
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": "The official React Native video uploader for api.video",
"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 c63ed97

Please sign in to comment.