fix(core): update

This commit is contained in:
2020-02-07 16:45:48 +00:00
parent c1a93102be
commit db19c7480f
8 changed files with 804 additions and 315 deletions

View File

@@ -6,9 +6,8 @@
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "tsrun test/test.ts",
"testLocal": "(npmts --notest && ts-node --compilerOptions '{\"target\":\"es6\"}' test/test.ts)",
"build": "(npmts --notest)"
"test": "(tstest test/)",
"build": "(tsbuild)"
},
"repository": {
"type": "git",
@@ -32,7 +31,8 @@
"inquirer": "^7.0.4"
},
"devDependencies": {
"@gitzone/tsrun": "^1.2.8",
"@gitzone/tsbuild": "^2.1.17",
"@gitzone/tstest": "^1.0.28",
"@pushrocks/tapbundle": "^3.2.0",
"tslint": "^6.0.0",
"tslint-config-prettier": "^1.18.0"