Skip to content

Commit 67ae0c5

Browse files
committed
⬆️ 2.10.4 🎉
1 parent aabf6dd commit 67ae0c5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"git-stats": "bin/git-stats"
44
},
55
"name": "git-stats",
6-
"version": "2.10.3",
6+
"version": "2.10.4",
77
"description": "Local git statistics including GitHub-like contributions calendars.",
88
"main": "lib/index.js",
99
"scripts": {
1010
"test": "node test",
1111
"postinstall": "node scripts/migration/2.0.0.js"
1212
},
13-
"author": "Ionică Bizău <[email protected]> (http://ionicabizau.net)",
13+
"author": "Ionică Bizău <[email protected]> (https://ionicabizau.net)",
1414
"contributors": [
1515
1616
"William Boman <[email protected]>",
@@ -274,12 +274,11 @@
274274
"bin/",
275275
"app/",
276276
"lib/",
277-
"build/",
278277
"dist/",
279278
"src/",
279+
"scripts/",
280280
"resources/",
281281
"menu/",
282-
"scripts/",
283282
"cli.js",
284283
"index.js"
285284
]

0 commit comments

Comments
 (0)