From 569194767d1c8e5ec0c0d81b686d16512be1d34c Mon Sep 17 00:00:00 2001 From: Hassan El Mghari Date: Mon, 13 Feb 2023 14:33:13 -0500 Subject: [PATCH] v0.0.1 --- README.md | 4 ++++ package.json | 11 ++++------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index fad76f1..78b3b4a 100644 --- a/README.md +++ b/README.md @@ -33,3 +33,7 @@ After: - [ ] Look into better conventional commit support, look at other CLIs - [ ] Try supporting more than 200 lines by grabbing the diff per file - [ ] Build landing page + +# How to run new version + +`npm install -g zx aicommit` diff --git a/package.json b/package.json index 24eb88a..e495086 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { - "name": "ai-commit", - "version": "1.0.0", + "name": "commitai", + "version": "0.0.1", "description": "generates ai commit", - "main": "index.js", + "main": "aicommit.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "preinstall": "npm install -g zx" + "start": "./aicommit.js" }, "repository": { "type": "git", @@ -13,8 +13,5 @@ }, "author": "hassan", "license": "ISC", - "bugs": { - "url": "https://github.com/Nutlope/ai-commit/issues" - }, "homepage": "https://github.com/Nutlope/ai-commit#readme" }