fix(core): update

This commit is contained in:
Philipp Kunz 2022-10-19 19:35:06 +02:00
parent 6cfa9aba87
commit e54e0b4ee3
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"test": "(tstest test/ --web)", "test": "(tstest test/ --web)",
"build": "(tsbuild --web)", "build": "(tsbuild --web --allowimplicitany)",
"buildDocs": "tsdoc" "buildDocs": "tsdoc"
}, },
"devDependencies": { "devDependencies": {

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@pushrocks/smartdaemon', name: '@pushrocks/smartdaemon',
version: '2.0.0', version: '2.0.1',
description: 'start scripts as long running daemons and manage them' description: 'start scripts as long running daemons and manage them'
} }