fix(dependencies): leaner dependencies

This commit is contained in:
2018-07-13 00:03:08 +02:00
parent 46cbb082fd
commit 7d4bf05289
4 changed files with 472 additions and 52 deletions

View File

@@ -12,13 +12,12 @@
"build": "(npmts)"
},
"devDependencies": {
"@gitzone/tsrun": "^1.0.5",
"@types/node": "^9.4.7",
"tapbundle": "^2.0.0"
"@gitzone/tsrun": "^1.1.2",
"@types/node": "^10.5.2",
"tapbundle": "^2.0.2"
},
"dependencies": {
"moment": "^2.21.0",
"smartdelay": "^1.0.4",
"smartq": "^1.1.6"
"@pushrocks/smartpromise": "^2.0.5",
"moment": "^2.21.0"
}
}