mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-12-22 13:22:11 +01:00
⬆️ 2.10.4 🎉
This commit is contained in:
parent
aabf6dd337
commit
67ae0c5045
1 changed files with 3 additions and 4 deletions
|
@ -3,14 +3,14 @@
|
||||||
"git-stats": "bin/git-stats"
|
"git-stats": "bin/git-stats"
|
||||||
},
|
},
|
||||||
"name": "git-stats",
|
"name": "git-stats",
|
||||||
"version": "2.10.3",
|
"version": "2.10.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",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "node test",
|
"test": "node test",
|
||||||
"postinstall": "node scripts/migration/2.0.0.js"
|
"postinstall": "node scripts/migration/2.0.0.js"
|
||||||
},
|
},
|
||||||
"author": "Ionică Bizău <bizauionica@gmail.com> (http://ionicabizau.net)",
|
"author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
"Gnab <as0n@gnab.fr>",
|
"Gnab <as0n@gnab.fr>",
|
||||||
"William Boman <william@redwill.se>",
|
"William Boman <william@redwill.se>",
|
||||||
|
@ -274,12 +274,11 @@
|
||||||
"bin/",
|
"bin/",
|
||||||
"app/",
|
"app/",
|
||||||
"lib/",
|
"lib/",
|
||||||
"build/",
|
|
||||||
"dist/",
|
"dist/",
|
||||||
"src/",
|
"src/",
|
||||||
|
"scripts/",
|
||||||
"resources/",
|
"resources/",
|
||||||
"menu/",
|
"menu/",
|
||||||
"scripts/",
|
|
||||||
"cli.js",
|
"cli.js",
|
||||||
"index.js"
|
"index.js"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue