From e54e0b4ee3f9dd8b25cc5fa9edd3176ee5cd35e4 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 19 Oct 2022 19:35:06 +0200 Subject: [PATCH] fix(core): update --- package.json | 2 +- ts/00_commitinfo_data.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1d3e09d..2c90e23 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "license": "MIT", "scripts": { "test": "(tstest test/ --web)", - "build": "(tsbuild --web)", + "build": "(tsbuild --web --allowimplicitany)", "buildDocs": "tsdoc" }, "devDependencies": { diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index dc73c2f..776e8e7 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/smartdaemon', - version: '2.0.0', + version: '2.0.1', description: 'start scripts as long running daemons and manage them' }