Added the bin directory

This commit is contained in:
Ionică Bizău 2015-01-25 21:44:18 +02:00
parent be9ad96f7a
commit 8b57202cf1
2 changed files with 3 additions and 0 deletions

2
bin/git-stats Executable file
View File

@ -0,0 +1,2 @@
#!/usr/bin/env node

View File

@ -3,6 +3,7 @@
"version": "1.0.0-alpha",
"description": "A GitHub-like contributions calendar, but locally, with all your git commits.",
"main": "index.js",
"bin": "./bin/git-stats",
"scripts": {
"test": "node test"
},