From 12948c4d669099fb36b0b993685cb3dd1139bbbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Sun, 11 Oct 2015 11:49:13 +0300 Subject: [PATCH] :arrow_up: 2.1.0 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 286a166..8f73634 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "git-stats", - "version": "2.0.1", + "version": "2.1.0", "description": "Local git statistics including GitHub-like contributions calendars.", "main": "lib/index.js", "bin": { @@ -8,7 +8,7 @@ }, "scripts": { "test": "node test", - "postinstall": "./scripts/migration/2.0.0.js" + "postinstall": "node scripts/migration/2.0.0.js" }, "author": "Ionică Bizău ", "contributors": [ @@ -52,4 +52,4 @@ "h_img": "http://i.imgur.com/Q7TQYHx.png", "ex_img": "http://i.imgur.com/PpM0i3v.png" } -} +} \ No newline at end of file