From 1972c656db4fc18f5b78f488fd5edcdeecff6418 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Mon, 26 Jan 2015 10:07:33 +0200 Subject: [PATCH] Updated the main file. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7b0cd15..8308b4c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "git-stats", "version": "1.0.0-alpha", "description": "A GitHub-like contributions calendar, but locally, with all your git commits.", - "main": "index.js", + "main": "lib/index.js", "bin": { "git-stats": "./bin/git-stats" },