Skip to content

Commit

Permalink
refactor(): Rename command
Browse files Browse the repository at this point in the history
Renamed command to committy
  • Loading branch information
djrasmusp committed Jan 3, 2025
1 parent ff0ecd7 commit df01490
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
{
"name": "git0r",
"name": "Committy",
"version": "1.0.0",
"main": "src/index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/index.js"
},
"bin": {
"git0r": "src/index.js"
"committy": "src/index.js"
},
"keywords": [],
"author": "Rasmus P",
"license": "ISC",
"description": "Helper for better commit",
"dependencies": {
"@inquirer/prompts": "^7.2.1",
"chalk": "^5.4.1",
"commander": "^13.0.0",
"consola": "^3.3.3",
"simple-git": "^3.27.0"
Expand Down

0 comments on commit df01490

Please sign in to comment.