@bshsolutions/git 0.0.2-alpha → 0.0.3-alpha

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 +3 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # @bshsolutions/git
2
2
 
3
- > A friendly CLI for common Git workflows.
4
-
5
- [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
3
+ A friendly CLI for common Git workflows.
6
4
 
7
5
  ## Usage
8
6
 
@@ -12,7 +10,7 @@ npx @bshsolutions/git --help
12
10
 
13
11
  ## Documentation
14
12
 
15
- Full guides live in the repo: [docs](docs/README.md) (setup, commands, commit flow).
13
+ Full guides live in the repo: [docs](docs/README.md)
16
14
 
17
15
  ## Links
18
16
 
@@ -22,4 +20,4 @@ Full guides live in the repo: [docs](docs/README.md) (setup, commands, commit fl
22
20
 
23
21
  ## License
24
22
 
25
- MIT
23
+ [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bshsolutions/git",
3
- "version": "0.0.2-alpha",
3
+ "version": "0.0.3-alpha",
4
4
  "description": "A friendly CLI for common Git workflows",
5
5
  "type": "module",
6
6
  "bin": {