Making it logging 2.0 compatible

This commit is contained in:
Fabian
2019-04-04 22:40:34 -04:00
parent 27da76c1b0
commit 0dbd8e9c40
3 changed files with 79 additions and 44 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@hibas123/nodelogging",
"version": "1.7.0",
"version": "2.0.1",
"description": "",
"main": "out/index.js",
"types": "out/index.d.ts",
@ -20,13 +20,13 @@
"author": "Fabian Stamm",
"license": "MIT",
"devDependencies": {
"@types/node": "^11.11.7",
"@types/node": "^11.13.0",
"concurrently": "^4.1.0",
"nodemon": "^1.17.4",
"typescript": "^3.3.4000"
"typescript": "^3.4.1"
},
"dependencies": {
"@hibas123/logging": "^1.1.0",
"@hibas123/utils": "^2.0.2"
"@hibas123/logging": "^2.0.0",
"@hibas123/utils": "^2.0.5"
}
}
}