Compare commits

...

2 Commits

Author SHA1 Message Date
2328801f03 4.0.8 2023-08-19 09:47:04 +02:00
60883fed6d fix(core): update 2023-08-19 09:47:03 +02:00
2 changed files with 3 additions and 3 deletions

View File

@ -1,14 +1,14 @@
{
"name": "@push.rocks/smartcli",
"private": false,
"version": "4.0.7",
"version": "4.0.8",
"description": "easy observable cli tasks",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"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'
}