fix(core): update

This commit is contained in:
2022-07-24 23:11:41 +02:00
parent 25faa8c697
commit 9644c5b7e3
6 changed files with 11 additions and 30 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",
@@ -66,4 +67,4 @@
"browserslist": [
"last 1 chrome versions"
]
}
}