fix(core): update

This commit is contained in:
Philipp Kunz 2023-08-19 09:47:03 +02:00
parent e9fc5b98f2
commit 60883fed6d
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
"type": "module",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web)",
"build": "(tsbuild --web --allowimplicitany)",
"buildDocs": "tsdoc"
},
"repository": {

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartcli',
version: '4.0.7',
version: '4.0.8',
description: 'easy observable cli tasks'
}