Skip to content

Commit

Permalink
V 2.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Zain-ul-din committed Jan 6, 2023
1 parent 62351c6 commit b88d43e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions lib/code-generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@ export default class CodeGenerator
);
}

public defaultExports: Array<string> = [];
public preservedFilesExpots: Array<string> = [];
public foundPreservedFiles: Array <string> = [];

public defaultExports: Array <string> = [];
public preservedFilesExpots: Array <string> = [];
public foundPreservedFiles: Array <string> = [];
private fileMatchRegex: RegExp
private config:RandomsConfig
private relativePath:string
private fileContent:string = ''


/**
* reads directory and finds file exports
*/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b88d43e

Please sign in to comment.