mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2025-01-03 10:22:11 +01:00
⬆️ 2.1.0
This commit is contained in:
parent
8f7c34788d
commit
12948c4d66
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "git-stats",
|
"name": "git-stats",
|
||||||
"version": "2.0.1",
|
"version": "2.1.0",
|
||||||
"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": {
|
||||||
|
@ -8,7 +8,7 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "node test",
|
"test": "node test",
|
||||||
"postinstall": "./scripts/migration/2.0.0.js"
|
"postinstall": "node scripts/migration/2.0.0.js"
|
||||||
},
|
},
|
||||||
"author": "Ionică Bizău <bizauionica@gmail.com>",
|
"author": "Ionică Bizău <bizauionica@gmail.com>",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
|
|
Loading…
Reference in a new issue