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

Updated Logger implement Console

This commit is contained in:
2020-07-07 11:13:35 +02:00
parent e0303a5abe
commit 70da3f2002
8 changed files with 522 additions and 40 deletions

View File

@ -13,7 +13,7 @@
"browser": "./dist/browser.js",
"types": "./dist/Logger.d.ts",
"dependencies": {
"chalk": "^4.1.0"
"ansi-colors": "^4.1.1"
},
"devDependencies": {
"@babel/core": "^7.10.3",
@ -29,6 +29,7 @@
},
"scripts": {
"prepublishOnly": "yarn build",
"build": "webpack --mode=\"production\" && tsc"
"build": "webpack --mode=\"production\" && tsc",
"test": "ts-node test"
}
}