v0.0.7
This commit is contained in:
6
cli.js
6
cli.js
@@ -1,6 +0,0 @@
|
||||
#! /usr/bin/env node
|
||||
import { main } from "./lib";
|
||||
|
||||
(async () => {
|
||||
await main(process.cwd());
|
||||
})();
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user