mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-12-22 05:12:11 +01:00
⬆️ 2.0.1
- Fixed the description - Removed `progress` as dependency (it was not used).
This commit is contained in:
parent
d7b83ca07b
commit
5962fb0cc4
2 changed files with 3 additions and 4 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
# `$ git-stats` [![Donate now][donate-now]][paypal-donations]
|
||||
|
||||
Local git statistics, including a GitHub-like contributions calendars.
|
||||
Local git statistics including GitHub-like contributions calendars.
|
||||
|
||||
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:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "git-stats",
|
||||
"version": "2.0.0",
|
||||
"description": "Local git statistics, including a GitHub-like contributions calendars.",
|
||||
"version": "2.0.1",
|
||||
"description": "Local git statistics including GitHub-like contributions calendars.",
|
||||
"main": "lib/index.js",
|
||||
"bin": {
|
||||
"git-stats": "./bin/git-stats"
|
||||
|
@ -43,7 +43,6 @@
|
|||
"gry": "^4.0.0",
|
||||
"is-there": "^4.0.0",
|
||||
"moment": "^2.9.0",
|
||||
"progress": "1.1.8",
|
||||
"r-json": "^1.0.0",
|
||||
"typpy": "^2.1.0",
|
||||
"ul": "^5.0.0",
|
||||
|
|
Loading…
Reference in a new issue