From 8b57202cf1bbf4ba17d4ff4e9260bdfc30aca7b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Sun, 25 Jan 2015 21:44:18 +0200 Subject: [PATCH] Added the bin directory --- bin/git-stats | 2 ++ package.json | 1 + 2 files changed, 3 insertions(+) create mode 100755 bin/git-stats diff --git a/bin/git-stats b/bin/git-stats new file mode 100755 index 0000000..41de4b4 --- /dev/null +++ b/bin/git-stats @@ -0,0 +1,2 @@ +#!/usr/bin/env node + diff --git a/package.json b/package.json index 589a871..11d32ca 100644 --- a/package.json +++ b/package.json @@ -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" },