1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-08-06 19:51:58 +00:00

Queue - Removed unnecessary dep

This commit is contained in:
2020-07-17 16:06:21 +02:00
parent a1e43e5105
commit f79a8ac478
2 changed files with 1 additions and 15 deletions

View File

@@ -17,8 +17,5 @@
"scripts": {
"prepublishOnly": "yarn build",
"build": "tsc"
},
"dependencies": {
"@dzeio/logger": "^2.0.0-alpha.0"
}
}