Skip to content

Commit cc2963c

Browse files
committed
πŸ› FIX: shortcut
1 parent e910e6e commit cc2963c

File tree

8 files changed

+3
-4
lines changed

8 files changed

+3
-4
lines changed

β€Žindex.jsβ€Ž

100644100755
File mode changed.

β€Žpackage.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-interact-cli",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "",
55
"license": "MIT",
66
"repository": "https://github.com/msaaddev/github-interact-cli",
@@ -16,7 +16,7 @@
1616
"github-new": "utils/repo.js",
1717
"github-get": "utils/gtRepo.js",
1818
"github-issue": "utils/issue.js",
19-
"github-stars": "utils/star.js",
19+
"github-stars": "utils/stars.js",
2020
"github-email": "utils/email.js",
2121
"github-delete": "utils/delete.js"
2222
},

β€Žreadme.mdβ€Ž

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<div align="center">
44
<h1>⚑️ github-interact-cli<br>
5-
<img alt="version: 3.3.0" src="https://img.shields.io/badge/version-v3.3.0-green">
5+
<img alt="version: 3.3.1" src="https://img.shields.io/badge/version-v3.3.1-green">
66
<img alt="license: MIT" src="https://img.shields.io/badge/license-MIT-green">
77
</h1>
88
</div>
@@ -133,7 +133,6 @@ Taa daa! The repo has been deleted. πŸ™ŒπŸ»
133133
- Scroll down the scope list and select **delete_repo**
134134
- Then scroll at the bottom & select **Update token**
135135

136-
137136
<img alt="steps of editing personal access token" src="https://i.imgur.com/2s3lOJV.gif">
138137

139138
### πŸš€ Get All Repos

β€Žutils/delete.jsβ€Ž

100644100755
File mode changed.

β€Žutils/email.jsβ€Ž

100644100755
File mode changed.

β€Žutils/gtRepo.jsβ€Ž

100644100755
File mode changed.

β€Žutils/issue.jsβ€Ž

100644100755
File mode changed.

β€Žutils/repo.jsβ€Ž

100644100755
File mode changed.

0 commit comments

Comments
Β (0)