From 06ea0cef7e93e47a703730feebfdd7da439b7446 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Mon, 13 Jul 2015 09:36:58 +0300 Subject: [PATCH] Updated description and added blah images --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 665647d..a9f5480 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "git-stats", "version": "2.0.0", - "description": "A GitHub-like contributions calendar, but locally, with all your git commits.", + "description": "Local git statistics, including a GitHub-like contributions calendars.", "main": "lib/index.js", "bin": { "git-stats": "./bin/git-stats" @@ -48,5 +48,9 @@ "progress": "1.1.8", "deffy": "2.0.0", "typpy": "2.0.0" + }, + "blah": { + "h_img": "http://i.imgur.com/Q7TQYHx.png" + , "ex_img": "http://i.imgur.com/LfLJAaE.png" } }