Skip to content

Commit

Permalink
fix: export gitReset
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-bompart committed Nov 17, 2023
1 parent 8260400 commit 478792f
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 @@ -20,6 +20,7 @@ export { default as gitSetupSshRemote } from "./git/doGitSetupSshRemote.js";
export { default as gitSetRefOnCommit } from "./git/doGitSetRefOnCommit.js";
export { default as gitDeleteRemoteBranch } from "./git/doGitPushDelete.js";
export { default as gitPublishBranch } from "./git/doGitPublishBranch.js";
export { default as gitReset } from "./git/doGitReset.js";

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

0 comments on commit 478792f

Please sign in to comment.