From 67ae0c5045fd66895e817501c777a6888e45385c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Mon, 20 Mar 2017 19:18:12 +0200 Subject: [PATCH] :arrow_up: 2.10.4 :tada: --- package.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 86dbed0..685f39e 100644 --- a/package.json +++ b/package.json @@ -3,14 +3,14 @@ "git-stats": "bin/git-stats" }, "name": "git-stats", - "version": "2.10.3", + "version": "2.10.4", "description": "Local git statistics including GitHub-like contributions calendars.", "main": "lib/index.js", "scripts": { "test": "node test", "postinstall": "node scripts/migration/2.0.0.js" }, - "author": "Ionică Bizău (http://ionicabizau.net)", + "author": "Ionică Bizău (https://ionicabizau.net)", "contributors": [ "Gnab ", "William Boman ", @@ -274,12 +274,11 @@ "bin/", "app/", "lib/", - "build/", "dist/", "src/", + "scripts/", "resources/", "menu/", - "scripts/", "cli.js", "index.js" ]