fix(core): update

This commit is contained in:
2023-07-12 00:39:53 +02:00
parent ea42dbd1c3
commit 6474016fc1
7 changed files with 209 additions and 18777 deletions

View File

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