working with typescript!

This commit is contained in:
Hassan El Mghari
2023-02-13 18:48:31 -05:00
parent f1fe0e9adf
commit 55c877642c
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "aicommits", "name": "aicommits",
"version": "0.2.3", "version": "0.2.5",
"description": "Writes your git commit messages for you with AI", "description": "Writes your git commit messages for you with AI",
"main": "bin/index.js", "main": "bin/index.js",
"bin": { "bin": {
@@ -19,6 +19,6 @@
"dependencies": { "dependencies": {
"chalk": "^4.1.2", "chalk": "^4.1.2",
"inquirer": "^8.0.0", "inquirer": "^8.0.0",
"node-fetch": "^3.3.0" "node-fetch": "^2.6.9"
} }
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 962 KiB

After

Width:  |  Height:  |  Size: 102 KiB