Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
marioke committed Mar 17, 2023
1 parent 9432382 commit 305ed86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-code-generator",
"version": "0.0.9",
"version": "0.0.10",
"description": "",
"scripts": {
"build": "tsc",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ export * from "./InterfaceBuilder";
export * from "./MethodBuilder";
export * from "./StringBuilder";
export * from "./TypeBuilder";
export * from "./AliasTypeBuilder";

0 comments on commit 305ed86

Please sign in to comment.