fix(dependencies): update to latest versions

This commit is contained in:
2018-09-01 16:13:37 +02:00
parent 6832327643
commit 8ce9b08153
9 changed files with 884 additions and 32 deletions
+11 -7
View File
@@ -1,5 +1,5 @@
{
"name": "smartnpm",
"name": "@pushrocks/smartnpm",
"version": "1.0.6",
"description": "interface with npm to retrieve package information",
"main": "dist/index.js",
@@ -7,15 +7,19 @@
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(npmts)"
"test": "(tstest test/)",
"build": "(tsbuild)"
},
"devDependencies": {
"@types/node": "^9.4.6",
"tapbundle": "^1.1.8"
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tsrun": "^1.1.12",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.5",
"@types/node": "^10.9.4"
},
"dependencies": {
"beautycolor": "^1.0.11",
"beautylog": "^6.1.10",
"smartrequest": "^1.0.8"
"@pushrocks/consolecolor": "^2.0.1",
"@pushrocks/smartlog": "^2.0.1",
"@pushrocks/smartrequest": "^1.1.14"
}
}