Skip to content

Commit

Permalink
+export
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-bompart committed Oct 22, 2024
1 parent 77038cc commit b18738f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export { default as gitPublishBranch } from "./git/doGitPublishBranch.js";
export { default as gitReset } from "./git/doGitReset.js";
export { default as gitDiff } from "./git/doGitDiff.js";

export { default as npmSetTag } from "./npm/doSetNpmTag.js";
export { default as npmBumpVersion } from "./npm/doNpmBumpVersion.js";
export { default as npmPublish } from "./npm/doNpmPublish.js";
export { default as refreshPackageLock } from "./npm/doRefreshPackageLock.js";
Expand Down

0 comments on commit b18738f

Please sign in to comment.