Adding custom colored logging

This commit is contained in:
Fabian Stamm
2019-11-17 16:03:58 +01:00
parent ca41468dc1
commit 965c85a275
6 changed files with 202 additions and 169 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@hibas123/logging",
"version": "2.0.6",
"version": "2.0.7",
"description": "",
"main": "out/index.js",
"types": "out/index.d.ts",
@ -25,11 +25,11 @@
"readme.md"
],
"devDependencies": {
"concurrently": "^4.1.0",
"nodemon": "^1.19.0",
"typescript": "^3.4.5"
"concurrently": "^5.0.0",
"nodemon": "^1.19.4",
"typescript": "^3.7.2"
},
"dependencies": {
"@hibas123/utils": "^2.1.0"
"@hibas123/utils": "^2.1.1"
}
}