From b88d43e2665932645e41f8f3f17ded16eb27f321 Mon Sep 17 00:00:00 2001 From: Zain ul din <78583049+Zain-ul-din@users.noreply.github.com> Date: Fri, 6 Jan 2023 15:22:11 +0500 Subject: [PATCH] V 2.5.6 --- lib/code-generator.ts | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/code-generator.ts b/lib/code-generator.ts index ff41c91..1e05ef3 100644 --- a/lib/code-generator.ts +++ b/lib/code-generator.ts @@ -39,16 +39,16 @@ export default class CodeGenerator ); } - public defaultExports: Array = []; - public preservedFilesExpots: Array = []; - public foundPreservedFiles: Array = []; - + public defaultExports: Array = []; + public preservedFilesExpots: Array = []; + public foundPreservedFiles: Array = []; + private fileMatchRegex: RegExp private config:RandomsConfig private relativePath:string private fileContent:string = '' - + /** * reads directory and finds file exports */ diff --git a/package.json b/package.json index c5ae28e..a6a1506 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@randoms-pkg/code-generator", - "version": "2.5.5", + "version": "2.5.6", "description": "A lightweight CLI to recursively include all file from a directory in a single source file.", "keywords": [ "randoms",