From bee1a3bbd531598c3633c5c44080ac0fac74b6ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Tue, 11 Oct 2016 16:32:44 +0300 Subject: [PATCH] :arrow_up: 2.4.5 :tada: --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2d713da..f0ccc59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "git-stats-importer", - "version": "2.4.4", + "version": "2.4.5", "description": "Imports your commits from a repository into git-stats history.", "main": "lib/index.js", "bin": { @@ -56,6 +56,7 @@ "bin/", "app/", "lib/", + "build/", "dist/", "src/", "resources/",