fix(core): update

This commit is contained in:
2022-08-03 17:07:11 +02:00
parent f7c24a0bd2
commit db1e866fe1
6 changed files with 28 additions and 58 deletions

View File

@ -8,7 +8,8 @@
"type": "module",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web)"
"build": "(tsbuild --web)",
"buildDocs": "tsdoc"
},
"repository": {
"type": "git",
@ -58,4 +59,4 @@
"browserslist": [
"last 1 chrome versions"
]
}
}