This commit is contained in:
Hassan El Mghari
2023-02-13 15:38:59 -05:00
parent 860bef86e7
commit af4b0c1c37
3 changed files with 3 additions and 9 deletions

6
cli.js
View File

@@ -1,6 +0,0 @@
#! /usr/bin/env node
import { main } from "./lib";
(async () => {
await main(process.cwd());
})();

View File

View File

@@ -1,10 +1,10 @@
{
"name": "aicommits",
"version": "0.0.6",
"version": "0.0.7",
"description": "Writes your git commit messages for you with AI",
"main": "cli.js",
"main": "index.js",
"bin": {
"aicommits": "./cli.js"
"aicommits": "./index.js"
},
"type": "module",
"repository": "https://github.com/Nutlope/aicommits",