From bbf868a55746bdbfc970b8e974a2b375b701445c Mon Sep 17 00:00:00 2001 From: Dan Percic Date: Thu, 28 Jul 2022 11:43:36 +0300 Subject: [PATCH] fix exports --- src/index.ts | 1 + src/lib/utils/index.ts | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index b3330cf..b6e5c88 100644 --- a/src/index.ts +++ b/src/index.ts @@ -19,3 +19,4 @@ export * from './lib/scrollbar'; export * from './lib/caching'; export * from './lib/users'; export * from './lib/translations'; +export * from './lib/standalone'; diff --git a/src/lib/utils/index.ts b/src/lib/utils/index.ts index e84baaa..c74b7bb 100644 --- a/src/lib/utils/index.ts +++ b/src/lib/utils/index.ts @@ -1,8 +1,6 @@ export * from './functions'; export * from './operators'; export * from './auto-unsubscribe.directive'; -export * from '../standalone/pipes/humanize.pipe'; -export * from '../standalone/pipes/capitalize.pipe'; export * from './types/events.type'; export * from './types/utility-types'; export * from './types/tooltip-positions.type';