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" },