1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-06-28 18:29:19 +00:00

feat: Use picolors to reduce size

Signed-off-by: Avior <f.bouillon@aptatio.com>
This commit is contained in:
2023-03-22 10:54:54 +01:00
parent 04753c07da
commit 6af46847d3
3 changed files with 14 additions and 17 deletions

View File

@ -12,7 +12,7 @@
"main": "./dist/Logger.js",
"types": "./dist/Logger.d.ts",
"dependencies": {
"ansi-colors": "^4.1.1"
"picocolors": "^1.0.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.5.0",