fix(core): update

This commit is contained in:
2022-07-28 10:10:39 +02:00
parent e539489901
commit f06c9f186f
7 changed files with 32 additions and 48 deletions

View File

@@ -8,7 +8,8 @@
"type": "module",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild --web)"
"build": "(tsbuild --web)",
"buildDocs": "tsdoc"
},
"repository": {
"type": "git",
@@ -50,5 +51,8 @@
"cli.js",
"npmextra.json",
"readme.md"
],
"browserslist": [
"last 1 chrome versions"
]
}
}