⬆️ 2.1.0

This commit is contained in:
Ionică Bizău 2015-10-11 11:49:13 +03:00
parent 8f7c34788d
commit 12948c4d66
1 changed files with 3 additions and 3 deletions

View File

@ -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"
}
}
}