fix(core): update

This commit is contained in:
2023-01-18 17:45:19 +01:00
parent 47b511f1f0
commit 6f1e32284d
13 changed files with 143 additions and 86 deletions

View File

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