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",