Skip to content

Commit

Permalink
Fixup bin scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jhugman committed Oct 1, 2024
1 parent 1fa0a52 commit 51ae08a
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.cjs": "./bin/cli.cjs",
"uniffi-bindgen-react-native.cjs": "./bin/cli.cjs"
"ubrn": "./bin/cli",
"uniffi-bindgen-react-native": "./bin/cli"
},
"devDependencies": {
"abortcontroller-polyfill": "^1.7.5",
Expand Down

0 comments on commit 51ae08a

Please sign in to comment.