Skip to content

Commit

Permalink
chore: added bin property
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulCatalinas committed May 16, 2024
1 parent e0fa2ef commit 5576774
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"main": "dist/index.js",
"type": "module",
"version": "1.0.0",
"bin": {
"huskybc": "dist/index.js"
},
"scripts": {
"prepare": "husky",
"lint": "eslint src",
Expand Down

0 comments on commit 5576774

Please sign in to comment.