mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2025-01-03 10:22:11 +01:00
⬆️ 2.9.4 🎉
This commit is contained in:
parent
a5eeac9ac4
commit
7556e054d9
1 changed files with 13 additions and 2 deletions
15
package.json
15
package.json
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "git-stats",
|
"name": "git-stats",
|
||||||
"version": "2.9.3",
|
"version": "2.9.4",
|
||||||
"description": "Local git statistics including GitHub-like contributions calendars.",
|
"description": "Local git statistics including GitHub-like contributions calendars.",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
@ -232,5 +232,16 @@
|
||||||
"[*A GitHub-like contributions calendar, but locally, with all your git commits*, The Changelog](https://changelog.com/github-like-contributions-calendar-locally-git-commits/)"
|
"[*A GitHub-like contributions calendar, but locally, with all your git commits*, The Changelog](https://changelog.com/github-like-contributions-calendar-locally-git-commits/)"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"files": [
|
||||||
|
"bin/",
|
||||||
|
"app/",
|
||||||
|
"lib/",
|
||||||
|
"dist/",
|
||||||
|
"src/",
|
||||||
|
"resources/",
|
||||||
|
"menu/",
|
||||||
|
"cli.js",
|
||||||
|
"index.js"
|
||||||
|
]
|
||||||
}
|
}
|
Loading…
Reference in a new issue