Skip to content

Commit

Permalink
Update "bin" of package.json to point to an executable
Browse files Browse the repository at this point in the history
See jhugman#108 (comment) for more context.
  • Loading branch information
kraenhansen committed Dec 8, 2024
1 parent c6c018a commit 96d7b46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"type": "module",
"main": "./typescript/src/index.ts",
"bin": {
"ubrn": "./bin/cli.cjs",
"uniffi-bindgen-react-native": "./bin/cli.cjs"
"ubrn": "./bin/cli",
"uniffi-bindgen-react-native": "./bin/cli"
},
"devDependencies": {
"abortcontroller-polyfill": "^1.7.5",
Expand Down

0 comments on commit 96d7b46

Please sign in to comment.