Skip to content

Commit 037d06c

Browse files
committed
fix: narrow stepsAboutChange
1 parent 8fcdbc7 commit 037d06c

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-sync-js",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "JS implementation for Git-Sync, a handy script that backup your notes in a git repo to the remote git services.",
55
"homepage": "https://github.com/linonetwo/git-sync-js",
66
"bugs": {

src/interface.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,7 @@ export enum GitStep {
9494
</code></pre>
9595
*/
9696
export const stepsAboutChange = [
97-
GitStep.GitMerge,
98-
GitStep.FetchingData,
99-
GitStep.LocalStateBehindSync,
97+
GitStep.GitMergeComplete,
10098
GitStep.RebaseSucceed,
101-
GitStep.LocalStateDivergeRebase,
10299
GitStep.FinishForcePull,
103100
];

0 commit comments

Comments
 (0)