Skip to content

Commit

Permalink
fix bin
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Feb 26, 2024
1 parent 4622492 commit a25754a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"exports": "./dist/index.js",
"type": "module",
"bin": {
"bx": "./bin/bx.js"
"bx": "./bin/bx"
},
"scripts": {
"build": "run-s clean compile",
Expand Down

0 comments on commit a25754a

Please sign in to comment.