Skip to content

Commit

Permalink
feat: export AbstractDependencyManager to allow override (#2044)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamaz authored Jun 17, 2024
1 parent 62e274c commit c074122
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/generators/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from './AbstractDependencyManager';
export * from './AbstractGenerator';
export * from './AbstractRenderer';
export * from './java';
Expand Down

0 comments on commit c074122

Please sign in to comment.