⬆️ cli-box@5.0.0, git-stats-colors@2.1.0

This commit is contained in:
Ionică Bizău 2015-07-06 21:15:14 +03:00
parent 5dd874245f
commit aba6eb940c
2 changed files with 4 additions and 4 deletions

View File

@ -361,7 +361,7 @@ GitStats.ansiCalendar = function (data, callback) {
+ " | " + "Max a day: " + cal.max
;
strYear = new CliBox({
strYear = CliBox({
w: 10
, h: 10
, marks: {
@ -379,7 +379,7 @@ GitStats.ansiCalendar = function (data, callback) {
text: strYear
, stretch: true
, hAlign: "left"
}).toString();
});
strYear = strYear.replace(monthHack, new Array(monthHack.length + 1).join(" "));

View File

@ -33,9 +33,9 @@
"homepage": "https://github.com/IonicaBizau/git-stats",
"dependencies": {
"ansi-parser": "^1.4.0",
"cli-box": "^2.1.1",
"cli-box": "^5.0.0",
"bug-killer": "^1.0.0",
"git-stats-colors": "^1.0.0",
"git-stats-colors": "^2.1.0",
"moment": "^2.9.0",
"ul": "^1.1.0"
}