Remove problematic lib chalk

This commit is contained in:
2025-09-06 09:57:22 +02:00
parent 347608ca40
commit 9418bfe6ba
4 changed files with 2 additions and 28 deletions
+1 -5
View File
@@ -7,9 +7,5 @@
"module": "index.ts",
"type": "module",
"files": ["index.ts", "src", "tsconfig.json"],
"dependencies": {
"chalk": "^5.3.0"
}
"files": ["index.ts", "src", "tsconfig.json"]
}