Skip to content

Commit aba6eb9

Browse files
committed
1 parent 5dd8742 commit aba6eb9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ GitStats.ansiCalendar = function (data, callback) {
361361
+ " | " + "Max a day: " + cal.max
362362
;
363363

364-
strYear = new CliBox({
364+
strYear = CliBox({
365365
w: 10
366366
, h: 10
367367
, marks: {
@@ -379,7 +379,7 @@ GitStats.ansiCalendar = function (data, callback) {
379379
text: strYear
380380
, stretch: true
381381
, hAlign: "left"
382-
}).toString();
382+
});
383383

384384
strYear = strYear.replace(monthHack, new Array(monthHack.length + 1).join(" "));
385385

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
"homepage": "https://github.com/IonicaBizau/git-stats",
3434
"dependencies": {
3535
"ansi-parser": "^1.4.0",
36-
"cli-box": "^2.1.1",
36+
"cli-box": "^5.0.0",
3737
"bug-killer": "^1.0.0",
38-
"git-stats-colors": "^1.0.0",
38+
"git-stats-colors": "^2.1.0",
3939
"moment": "^2.9.0",
4040
"ul": "^1.1.0"
4141
}

0 commit comments

Comments
 (0)