fix(core): update

This commit is contained in:
2023-10-25 19:11:34 +02:00
parent fac20675e6
commit 610b2ba0d1
5 changed files with 9 additions and 6 deletions

View File

@@ -12,7 +12,8 @@
"scripts": {
"test": "npm run build && tstest test/",
"build": "tsbuild --allowimplicitany && tsbuild element --allowimplicitany && tsbundle element --production",
"watch": "tswatch element"
"watch": "tswatch element",
"buildDocs": "tsdoc"
},
"author": "Lossless GmbH",
"license": "MIT",
@@ -62,4 +63,4 @@
"url": "https://gitlab.com/designestate/private/dedocument-catalog/issues"
},
"homepage": "https://gitlab.com/designestate/private/dedocument-catalog#readme"
}
}