fix(core): update

This commit is contained in:
2022-11-01 18:23:57 +01:00
parent 64005a0b32
commit 3f28ff80cb
13 changed files with 5422 additions and 15248 deletions

View File

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