Updated the main file.

This commit is contained in:
Ionică Bizău 2015-01-26 10:07:33 +02:00
parent 1f280b2b6e
commit 1972c656db
1 changed files with 1 additions and 1 deletions

View File

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