mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2025-01-12 06:11:55 +01:00
Added the bin directory
This commit is contained in:
parent
be9ad96f7a
commit
8b57202cf1
2 changed files with 3 additions and 0 deletions
2
bin/git-stats
Executable file
2
bin/git-stats
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env node
|
||||
|
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue