From 2abfa7c47ae6f296d2558c0e5034a31ef5208390 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 28 Jan 2024 01:23:59 +0100 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- ts/smartchok.plugins.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 99f6a54..d265910 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartchok', - version: '1.0.29', + version: '1.0.30', description: 'smart wrapper for chokidar' } diff --git a/ts/smartchok.plugins.ts b/ts/smartchok.plugins.ts index fcbefda..2174ebe 100644 --- a/ts/smartchok.plugins.ts +++ b/ts/smartchok.plugins.ts @@ -19,7 +19,7 @@ export { } // thirdparty scope -// @ts-ignore +// @ts-nocheck import watcher from 'watcher'; export {