From 5962fb0cc4076fe3122171fe8a86c72be4f9bbac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Tue, 6 Oct 2015 14:53:59 +0300 Subject: [PATCH] :arrow_up: 2.0.1 - Fixed the description - Removed `progress` as dependency (it was not used). --- README.md | 2 +- package.json | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2e6d125..36a4a19 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/package.json b/package.json index 01615a6..286a166 100644 --- a/package.json +++ b/package.json @@ -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",