fix(core): update

This commit is contained in:
2022-09-13 19:23:11 +02:00
parent 36bcb9265a
commit 5e961f7a5b
5 changed files with 23 additions and 17 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",
@@ -60,4 +61,4 @@
"browserslist": [
"last 1 chrome versions"
]
}
}