fix(core): update

This commit is contained in:
2022-03-11 18:05:02 +01:00
parent 70245584d7
commit 9c9f7ae1dc
8 changed files with 102 additions and 25 deletions

View File

@ -5,7 +5,6 @@
"description": "TypeScript nightly to easily make use of latest features",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
"bin": {
"tsbuild": "./cli.js"
},
@ -37,7 +36,7 @@
"typescript": "4.7.0-dev.20220311"
},
"devDependencies": {
"@gitzone/tsrun": "^1.2.19",
"@gitzone/tsrun": "1.2.18",
"@pushrocks/tapbundle": "^4.0.8",
"@types/node": "^17.0.21",
"tslint": "^6.1.3",