Skip to content

Commit

Permalink
fix: bin entrypoint (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
heyMP authored Mar 2, 2024
1 parent ed03795 commit 68ec5fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/silly-seas-impress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@heymp/scratchpad": patch
---

Fix bin entrypoint
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "bin/cli.js",
"type": "module",
"bin": {
"@heymp/scratchpad": "bin/cli.js"
"scratchpad": "bin/cli.js"
},
"files": [
"bin/cli.js",
Expand Down

0 comments on commit 68ec5fb

Please sign in to comment.