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",
|
"name": "aicommits",
|
||||||
"version": "0.0.6",
|
"version": "0.0.7",
|
||||||
"description": "Writes your git commit messages for you with AI",
|
"description": "Writes your git commit messages for you with AI",
|
||||||
"main": "cli.js",
|
"main": "index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
"aicommits": "./cli.js"
|
"aicommits": "./index.js"
|
||||||
},
|
},
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"repository": "https://github.com/Nutlope/aicommits",
|
"repository": "https://github.com/Nutlope/aicommits",
|
||||||
|
|||||||
Reference in New Issue
Block a user