gh-unstar 2.0.2 → 2.0.3

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # GitHub Unstar CLI
2
2
 
3
- [![npm version](https://img.shields.io/npm/v/gh-unstar?style=flat-square&color=blue)](https://www.npmjs.com/package/gh-unstar)
4
- [![license](https://img.shields.io/npm/l/gh-unstar?style=flat-square&color=green)](https://www.npmjs.com/package/gh-unstar)
3
+ ![GitHub package.json version](https://img.shields.io/github/package-json/v/chris-c-thomas/gh-unstar?style=for-the-badge)
4
+ ![GitHub License](https://img.shields.io/github/license/chris-c-thomas/gh-unstar?style=for-the-badge)
5
5
 
6
6
  CLI to remove all starred repositories from a GitHub account
7
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gh-unstar",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "Interactive CLI to remove all GitHub stars from your account",
5
5
  "bin": {
6
6
  "gh-unstar": "bin/gh-unstar.js"