Skip to content

Commit

Permalink
Fix bin format on package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkellys committed Sep 15, 2024
1 parent ebb4972 commit 4e3f457
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"version": "6.0.0",
"author": "Arkellys",
"license": "MIT",
"bin": "bin/index.js",
"bin": {
"rebuiltron": "bin/index.js"
},
"scripts": {
"lint": "eslint ."
},
Expand Down

0 comments on commit 4e3f457

Please sign in to comment.