Skip to content

Commit 12948c4

Browse files
committed
⬆️ 2.1.0
1 parent 8f7c347 commit 12948c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "git-stats",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "Local git statistics including GitHub-like contributions calendars.",
55
"main": "lib/index.js",
66
"bin": {
77
"git-stats": "./bin/git-stats"
88
},
99
"scripts": {
1010
"test": "node test",
11-
"postinstall": "./scripts/migration/2.0.0.js"
11+
"postinstall": "node scripts/migration/2.0.0.js"
1212
},
1313
"author": "Ionică Bizău <[email protected]>",
1414
"contributors": [
@@ -52,4 +52,4 @@
5252
"h_img": "http://i.imgur.com/Q7TQYHx.png",
5353
"ex_img": "http://i.imgur.com/PpM0i3v.png"
5454
}
55-
}
55+
}

0 commit comments

Comments
 (0)