fix(dependencies): update to latest versions
This commit is contained in:
+11
-7
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user