Exporting ConsoleAdapter

This commit is contained in:
Stamm
2019-04-05 09:05:35 -04:00
parent 6864756573
commit 8dec9e6d03
5 changed files with 33 additions and 13 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@hibas123/logging",
"version": "2.0.1",
"version": "2.0.3",
"description": "",
"main": "out/index.js",
"types": "out/index.d.ts",
@ -18,6 +18,12 @@
},
"author": "Fabian Stamm",
"license": "MIT",
"files": [
"src/",
"out/",
"tsconfig.json",
"readme.md"
],
"devDependencies": {
"concurrently": "^4.1.0",
"nodemon": "^1.18.10",