Skip to content

Commit

Permalink
fix: rename entry point file to cli.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
joshunrau committed Mar 30, 2024
1 parent 2868503 commit 29473b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"main": "src/index.js",
"types": "src/index.d.ts",
"bin": "bin/release.sh",
"bin": "bin/cli.sh",
"files": [
"bin",
"src"
Expand Down

0 comments on commit 29473b1

Please sign in to comment.