fix(core): update

This commit is contained in:
2020-07-11 16:07:30 +00:00
parent 50f1aad895
commit 29ec99e63e
9 changed files with 50 additions and 89 deletions

View File

@@ -29,8 +29,8 @@
"devDependencies": {
"@gitzone/tsbuild": "^2.1.24",
"@gitzone/tsrun": "^1.2.12",
"@gitzone/tstest": "^1.0.36",
"@types/node": "^14.0.19",
"@gitzone/tstest": "^1.0.41",
"@types/node": "^14.0.22",
"randomstring": "^1.1.5",
"tslint": "^6.1.2",
"tslint-config-prettier": "^1.18.0"
@@ -46,5 +46,8 @@
"cli.js",
"npmextra.json",
"readme.md"
],
"browserslist": [
"last 1 chrome versions"
]
}
}