From ab7c5e09ee72f3405ad87869bf80efb9f1391f80 Mon Sep 17 00:00:00 2001 From: EvolutionX Date: Mon, 14 Feb 2022 09:55:24 +0530 Subject: [PATCH] lowercased preprocessors --- src/handler/sern.ts | 2 +- src/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/handler/sern.ts b/src/handler/sern.ts index e097ac2..1611a57 100644 --- a/src/handler/sern.ts +++ b/src/handler/sern.ts @@ -1,5 +1,5 @@ import * as Files from './utilities/readFile'; -import type * as Utils from './utilities/Preprocessors/args'; +import type * as Utils from './utilities/preprocessors/args'; import type { Arg, Context, Visibility, possibleOutput } from '../types/handler'; diff --git a/src/index.ts b/src/index.ts index 2568f39..8de4cb0 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,5 @@ import * as Sern from './handler/sern'; -import * as Utils from './handler/utilities/Preprocessors/args'; +import * as Utils from './handler/utilities/preprocessors/args'; import * as Types from './types/handler'; module.exports = { Sern, Utils, Types };