Skip to content

Commit

Permalink
feat: 🎸 define package script name
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiofcferreira committed Oct 21, 2024
1 parent 4da3c3b commit 47a2cb6
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 @@ -6,7 +6,9 @@
"files": [
"dist"
],
"bin": "dist/index.js",
"bin": {
"tripauthor": "dist/index.js"
},
"repository": "[email protected]:fabiofcferreira/tripauthor.git",
"author": "Fábio Ferreira <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 47a2cb6

Please sign in to comment.