This commit is contained in:
Hassan El Mghari
2023-02-13 15:32:21 -05:00
parent aecf99d1ab
commit 053b10dc8a
2 changed files with 4 additions and 2 deletions

View File

@@ -1,10 +1,10 @@
{
"name": "aicommits",
"version": "0.0.4",
"version": "0.0.5",
"description": "Writes your git commit messages for you with AI",
"main": "cli.js",
"bin": {
"gpt-commit": "./index.js"
"aicommits": "./cli.js"
},
"repository": "https://github.com/Nutlope/aicommits",
"author": "Hassan El Mghari (@nutlope)",