diff options
author | Kimmo Brunfeldt <kimmobrunfeldt@gmail.com> | 2014-07-30 11:03:05 +0300 |
---|---|---|
committer | Kimmo Brunfeldt <kimmobrunfeldt@gmail.com> | 2014-07-30 11:03:05 +0300 |
commit | 9fcb10192f46e72f40980cc7a6e3bac6ba2ac1ee (patch) | |
tree | 68c96e7f814109caf1e40cac96e442b2b9d2f22d | |
parent | 775897d64e907f4d77df6cfc029ca7e2d0c2c608 (diff) | |
download | git-hours-9fcb10192f46e72f40980cc7a6e3bac6ba2ac1ee.zip git-hours-9fcb10192f46e72f40980cc7a6e3bac6ba2ac1ee.tar.gz git-hours-9fcb10192f46e72f40980cc7a6e3bac6ba2ac1ee.tar.bz2 |
Rename executable command to git-hours so it can be executed with git hours
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 2ea7508..758ec05 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "test": "grunt test" }, "bin": { - "githours": "./index.js" + "git-hours": "./index.js" }, "repository": { "type": "git", |