git-garbage 1.1.3 → 1.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,8 +1,6 @@
1
- # git-garbage
2
-
3
1
  <p align="center">
4
2
  <br>
5
- <img src="demo.png" alt="git-garbage">
3
+ <img src="logo.png" alt="git-garbage">
6
4
  <br>
7
5
  </p>
8
6
 
@@ -16,9 +14,11 @@ npm install --global git-garbage
16
14
 
17
15
  ## Usage
18
16
 
19
- ```sh
20
- git-garbage
21
- ```
17
+ <p align="center">
18
+ <br>
19
+ <img src="demo.png" alt="git-garbage">
20
+ <br>
21
+ </p>
22
22
 
23
23
  ## Related
24
24
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "git-garbage",
3
3
  "description": "Delete local git branches after deleting them on the remote repository.",
4
4
  "homepage": "https://github.com/Kikobeats/git-garbage",
5
- "version": "1.1.3",
5
+ "version": "1.1.4",
6
6
  "bin": {
7
7
  "git-garbage": "garbage.sh"
8
8
  },