git-garbage 1.1.3 → 1.1.5

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 +11 -7
  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
 
@@ -26,4 +26,8 @@ git-garbage
26
26
 
27
27
  ## License
28
28
 
29
- MIT © [Kiko Beats](http://kikobeats.com)
29
+ **miconfig** © [Kiko Beats](https://kikobeats.com), released under the [MIT](https://github.com/Kikobeats/git-garbage/blob/master/LICENSE.md) License. Logo by [Absurd Design](https://absurd.design).<br>
30
+
31
+ Authored and maintained by [Kiko Beats](https://kikobeats.com) with help from [contributors](https://github.com/Kikobeats/miconfig/contributors).
32
+
33
+ > [kikobeats.com](https://kikobeats.com) · GitHub [Kiko Beats](https://github.com/Kikobeats) · Twitter [@Kikobeats](https://twitter.com/Kikobeats)
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.5",
6
6
  "bin": {
7
7
  "git-garbage": "garbage.sh"
8
8
  },