2 Commits

Author SHA1 Message Date
d25665519a 2.0.1 2022-10-19 19:35:06 +02:00
e54e0b4ee3 fix(core): update 2022-10-19 19:35:06 +02:00
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/smartdaemon", "name": "@pushrocks/smartdaemon",
"version": "2.0.0", "version": "2.0.1",
"private": false, "private": false,
"description": "start scripts as long running daemons and manage them", "description": "start scripts as long running daemons and manage them",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
@ -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'
} }