From 8cd36c19756b5f1935bdbebb14dad556431051a3 Mon Sep 17 00:00:00 2001 From: Hassan El Mghari Date: Mon, 13 Feb 2023 18:40:43 -0500 Subject: [PATCH] downgraded chalk to v4 to not require ESM --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 70b4fce..12d1def 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aicommits", - "version": "0.2.1", + "version": "0.2.2", "description": "Writes your git commit messages for you with AI", "main": "bin/index.js", "bin": { @@ -17,7 +17,7 @@ "build": "tsc" }, "dependencies": { - "chalk": "^5.2.0", + "chalk": "^4.1.2", "inquirer": "^9.1.4", "node-fetch": "^3.3.0" }