gitconfig-man 1.0.1 → 1.0.2

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 +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -34,8 +34,6 @@ A sophisticated CLI tool to manage multiple git config profiles and switch betwe
34
34
  | **Test Coverage** | ![Coverage](https://img.shields.io/badge/coverage-19.2%25-yellow) |
35
35
  | **NPM Publish** | ![Publish](https://img.shields.io/badge/publish-ready-blue) |
36
36
 
37
- > 📊 **Note:** Some badges will activate after first push to GitHub. GitHub Actions badges will work after setting up CI/CD workflows.
38
-
39
37
  ### Platform Support
40
38
 
41
39
  Tests run automatically on:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gitconfig-man",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "A cli tool to manage multiple git config profiles and switch between different git configurations with ease & grace.",
5
5
  "main": "index.js",
6
6
  "bin": "index.js",