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

feat: Move to colorette

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2023-06-28 20:01:31 +02:00
parent ec78032aa1
commit 231309ae7a
3 changed files with 13 additions and 13 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@dzeio/logger",
"version": "3.1.0",
"version": "3.2.0",
"description": "My Personnal Logger",
"repository": {
"type": "git",
@ -26,7 +26,7 @@
}
},
"dependencies": {
"ansi-colors": "^4.1.1"
"colorette": "^2.0.20"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.5.0",