fix(core): update

This commit is contained in:
2023-04-04 21:44:16 +02:00
parent fad7e0bc6b
commit b6b738916f
5 changed files with 30 additions and 38 deletions

View File

@ -10,7 +10,8 @@
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild --web --allowimplicitany && tsbundle npm)"
"build": "(tsbuild --web --allowimplicitany && tsbundle npm)",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.61",
@ -42,4 +43,4 @@
"browserslist": [
"last 1 chrome versions"
]
}
}