fix(core): update

This commit is contained in:
2022-08-02 17:06:30 +02:00
parent 45acf16dd7
commit 4c06c6fcc6
5 changed files with 15 additions and 41 deletions

View File

@@ -10,7 +10,8 @@
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild --web)"
"build": "(tsbuild --web)",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.63",
@@ -39,4 +40,4 @@
"browserslist": [
"last 1 chrome versions"
]
}
}