Changing coloring behavior

This commit is contained in:
Fabian
2019-04-02 19:55:04 -04:00
parent be009d24c0
commit 11619948e3
7 changed files with 187 additions and 147 deletions

View File

@ -1,13 +1,16 @@
{
"name": "@hibas123/logging",
"version": "1.0.1",
"version": "1.1.0",
"description": "",
"main": "out/index.js",
"types": "out/index.d.ts",
"scripts": {
"prepublish": "tsc",
"build": "tsc",
"watch": "tsc --watch"
"watch-ts": "tsc --watch",
"watch-js": "nodemon out/test.js",
"watch": "concurrently npm:watch-*",
"test": "node out/test.js"
},
"repository": {
"type": "git",
@ -16,6 +19,8 @@
"author": "Fabian Stamm",
"license": "MIT",
"devDependencies": {
"concurrently": "^4.1.0",
"nodemon": "^1.18.10",
"typescript": "^3.3.4000"
},
"dependencies": {