From 49c4681b870762247be10326d21c5aa7623d6024 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 27 Jul 2021 15:08:44 +0200 Subject: [PATCH] fix(core): update --- ts/smartexit.plugins.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ts/smartexit.plugins.ts b/ts/smartexit.plugins.ts index 4b84631..92ce562 100644 --- a/ts/smartexit.plugins.ts +++ b/ts/smartexit.plugins.ts @@ -6,6 +6,5 @@ export { childProcess }; // pushrocks scope import * as lik from '@pushrocks/lik'; import * as smartdelay from '@pushrocks/smartdelay'; -import * as smartlogSourceOra from '@pushrocks/smartlog-source-ora'; -export { lik, smartdelay, smartlogSourceOra }; +export { lik, smartdelay };