fix(core): update

This commit is contained in:
2022-10-09 18:57:31 +02:00
parent a58c9a0541
commit f144f27daa
6 changed files with 17 additions and 44 deletions

View File

@@ -11,7 +11,7 @@
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild --web --allowimplicitany && tsbundle npm)",
"format": "(gitzone format)"
"buildDocs": "tsdoc"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.65",
@@ -45,4 +45,4 @@
"browserslist": [
"last 1 chrome versions"
]
}
}