Skip to content

Commit 5962fb0

Browse files
committed
⬆️ 2.0.1
- Fixed the description - Removed `progress` as dependency (it was not used).
1 parent d7b83ca commit 5962fb0

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
# `$ git-stats` [![Donate now][donate-now]][paypal-donations]
1919

20-
Local git statistics, including a GitHub-like contributions calendars.
20+
Local git statistics including GitHub-like contributions calendars.
2121

2222
I'd be curious to see your calendar with all your commits. Ping me on Twitter ([**@IonicaBizau**](https://twitter.com/IonicaBizau)). :smile: Until then, here's my calendar:
2323

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "git-stats",
3-
"version": "2.0.0",
4-
"description": "Local git statistics, including a GitHub-like contributions calendars.",
3+
"version": "2.0.1",
4+
"description": "Local git statistics including GitHub-like contributions calendars.",
55
"main": "lib/index.js",
66
"bin": {
77
"git-stats": "./bin/git-stats"
@@ -43,7 +43,6 @@
4343
"gry": "^4.0.0",
4444
"is-there": "^4.0.0",
4545
"moment": "^2.9.0",
46-
"progress": "1.1.8",
4746
"r-json": "^1.0.0",
4847
"typpy": "^2.1.0",
4948
"ul": "^5.0.0",

0 commit comments

Comments
 (0)