Skip to content

Commit

Permalink
export rebuildConfig method (#2083)
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler committed Jan 12, 2022
1 parent 576b130 commit 43ce074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export { Input } from "./classes/input";

// export modules (lower case)
export { utils } from "./modules/utils";
export { config } from "./modules/config";
export { config, rebuildConfig } from "./modules/config";
export { log, loggers, ActionheroLogLevel } from "./modules/log";
export { action } from "./modules/action";
export { task } from "./modules/task";
Expand Down

0 comments on commit 43ce074

Please sign in to comment.