Skip to content

Commit

Permalink
Rollback commit icon
Browse files Browse the repository at this point in the history
  • Loading branch information
bokub committed Aug 20, 2020
1 parent c16f746 commit 0e6a9a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ async function updateGist(stats) {
const gistContent =
[
['⭐', `Total Stars`, humanize(stats.totalStars)],
['✔️', countAllCommits ? 'Total Commits' : 'Past Year Commits', humanize(stats.totalCommits)],
['', countAllCommits ? 'Total Commits' : 'Past Year Commits', humanize(stats.totalCommits)],
['🔀', `Total PRs`, humanize(stats.totalPRs)],
['🚩', `Total Issues`, humanize(stats.totalIssues)],
['📦', `Contributed to`, humanize(stats.contributedTo)],
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-stats-box",
"version": "0.2.0",
"version": "0.2.1",
"description": "Update a gist to contain your GitHub stats",
"author": "bokub",
"license": "MIT",
Expand Down

0 comments on commit 0e6a9a2

Please sign in to comment.