Making it ready for release

This commit is contained in:
Fabian
2019-04-02 19:59:29 -04:00
parent 03cc58d3e1
commit 0b75f8ddf8
5 changed files with 17 additions and 17 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@hibas123/nodelogging",
"version": "1.6.0-alpha.2",
"version": "1.6.0",
"description": "",
"main": "out/index.js",
"types": "out/index.d.ts",
@ -26,7 +26,7 @@
"typescript": "^3.3.4000"
},
"dependencies": {
"@hibas123/logging": "^1.0.1",
"@hibas123/logging": "^1.1.0",
"@hibas123/utils": "^2.0.2"
}
}