Skip to content

Commit

Permalink
Fix package.json main
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuxiang committed Apr 20, 2023
1 parent 650fa2a commit 46c05d4
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 @@ -22,7 +22,7 @@
"lib/android/src",
"lib/android/build.gradle"
],
"main": "src",
"main": "src/index.ts",
"scripts": {
"build-docs": "npx typedoc --out docs/api --excludeNotExported --module commonjs --mode file src",
"start": "react-native start",
Expand Down

0 comments on commit 46c05d4

Please sign in to comment.