We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f7c347 commit 12948c4Copy full SHA for 12948c4
package.json
@@ -1,14 +1,14 @@
1
{
2
"name": "git-stats",
3
- "version": "2.0.1",
+ "version": "2.1.0",
4
"description": "Local git statistics including GitHub-like contributions calendars.",
5
"main": "lib/index.js",
6
"bin": {
7
"git-stats": "./bin/git-stats"
8
},
9
"scripts": {
10
"test": "node test",
11
- "postinstall": "./scripts/migration/2.0.0.js"
+ "postinstall": "node scripts/migration/2.0.0.js"
12
13
"author": "Ionică Bizău <[email protected]>",
14
"contributors": [
@@ -52,4 +52,4 @@
52
"h_img": "http://i.imgur.com/Q7TQYHx.png",
53
"ex_img": "http://i.imgur.com/PpM0i3v.png"
54
}
55
-}
+}
0 commit comments