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