fix(core): update

This commit is contained in:
2020-06-25 20:03:52 +00:00
parent d0f6e88388
commit 2cb227632f
6 changed files with 3432 additions and 380 deletions

View File

@@ -9,22 +9,21 @@
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild)"
"build": "(tsbuild --web)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.22",
"@gitzone/tsrun": "^1.2.8",
"@gitzone/tstest": "^1.0.28",
"@gitzone/tsbuild": "^2.1.24",
"@gitzone/tsrun": "^1.2.12",
"@gitzone/tstest": "^1.0.33",
"@pushrocks/tapbundle": "^3.2.1",
"@types/node": "^13.9.1",
"tslint": "^6.1.0",
"@types/node": "^14.0.14",
"tslint": "^6.1.2",
"tslint-config-prettier": "^1.18.0"
},
"dependencies": {
"@pushrocks/consolecolor": "^2.0.1",
"@pushrocks/smartarchive": "^1.0.12",
"@pushrocks/smartfile": "^7.0.11",
"@pushrocks/smartlog": "^2.0.21",
"@pushrocks/smartfile": "^7.0.12",
"@pushrocks/smartrequest": "^1.1.47",
"package-json": "^6.5.0"
},
@@ -40,4 +39,4 @@
"npmextra.json",
"readme.md"
]
}
}