mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-12-22 05:12: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",
|
||||
"version": "2.0.1",
|
||||
"version": "2.1.0",
|
||||
"description": "Local git statistics including GitHub-like contributions calendars.",
|
||||
"main": "lib/index.js",
|
||||
"bin": {
|
||||
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"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>",
|
||||
"contributors": [
|
||||
|
@ -52,4 +52,4 @@
|
|||
"h_img": "http://i.imgur.com/Q7TQYHx.png",
|
||||
"ex_img": "http://i.imgur.com/PpM0i3v.png"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue