⬆️ 2.0.1

- Fixed the description
 - Removed `progress` as dependency (it was not used).
This commit is contained in:
Ionică Bizău 2015-10-06 14:53:59 +03:00
parent d7b83ca07b
commit 5962fb0cc4
2 changed files with 3 additions and 4 deletions

View File

@ -17,7 +17,7 @@
# `$ git-stats` [![Donate now][donate-now]][paypal-donations] # `$ 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: 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:

View File

@ -1,7 +1,7 @@
{ {
"name": "git-stats", "name": "git-stats",
"version": "2.0.0", "version": "2.0.1",
"description": "Local git statistics, including a GitHub-like contributions calendars.", "description": "Local git statistics including GitHub-like contributions calendars.",
"main": "lib/index.js", "main": "lib/index.js",
"bin": { "bin": {
"git-stats": "./bin/git-stats" "git-stats": "./bin/git-stats"
@ -43,7 +43,6 @@
"gry": "^4.0.0", "gry": "^4.0.0",
"is-there": "^4.0.0", "is-there": "^4.0.0",
"moment": "^2.9.0", "moment": "^2.9.0",
"progress": "1.1.8",
"r-json": "^1.0.0", "r-json": "^1.0.0",
"typpy": "^2.1.0", "typpy": "^2.1.0",
"ul": "^5.0.0", "ul": "^5.0.0",