diff --git a/index.js b/index.js index 79f34c2e..a2ec7ed0 100644 --- a/index.js +++ b/index.js @@ -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)], diff --git a/package-lock.json b/package-lock.json index 5b5d3fd2..5d78b80c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-stats-box", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d41291cc..036083a8 100644 --- a/package.json +++ b/package.json @@ -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",