downgraded chalk to v4 to not require ESM

This commit is contained in:
Hassan El Mghari
2023-02-13 18:40:43 -05:00
parent 79aec65a08
commit 8cd36c1975

View File

@@ -1,6 +1,6 @@
{ {
"name": "aicommits", "name": "aicommits",
"version": "0.2.1", "version": "0.2.2",
"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": {
@@ -17,7 +17,7 @@
"build": "tsc" "build": "tsc"
}, },
"dependencies": { "dependencies": {
"chalk": "^5.2.0", "chalk": "^4.1.2",
"inquirer": "^9.1.4", "inquirer": "^9.1.4",
"node-fetch": "^3.3.0" "node-fetch": "^3.3.0"
} }