1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-04-22 19:02:14 +00:00
- @dzeio/logger@2.0.0-alpha.0
 - @dzeio/queue@1.0.0
This commit is contained in:
Florian Bouillon 2020-07-07 11:17:32 +02:00
parent 9ddac503aa
commit 484bc2cef9
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@dzeio/logger",
"version": "1.1.1",
"version": "2.0.0-alpha.0",
"description": "My Personnal Logger",
"repository": {
"type": "git",

View File

@ -19,6 +19,6 @@
"build": "tsc"
},
"dependencies": {
"@dzeio/logger": "^1.1.1"
"@dzeio/logger": "^2.0.0-alpha.0"
}
}