Skip to content

Commit

Permalink
fix: narrow stepsAboutChange
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Jan 7, 2024
1 parent 8fcdbc7 commit 037d06c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "git-sync-js",
"version": "2.0.4",
"version": "2.0.5",
"description": "JS implementation for Git-Sync, a handy script that backup your notes in a git repo to the remote git services.",
"homepage": "https://github.com/linonetwo/git-sync-js",
"bugs": {
Expand Down
5 changes: 1 addition & 4 deletions src/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,7 @@ export enum GitStep {
</code></pre>
*/
export const stepsAboutChange = [
GitStep.GitMerge,
GitStep.FetchingData,
GitStep.LocalStateBehindSync,
GitStep.GitMergeComplete,
GitStep.RebaseSucceed,
GitStep.LocalStateDivergeRebase,
GitStep.FinishForcePull,
];

0 comments on commit 037d06c

Please sign in to comment.