mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-12-22 05:12:11 +01:00
⬆️ cli-box@5.0.0, git-stats-colors@2.1.0
This commit is contained in:
parent
5dd874245f
commit
aba6eb940c
2 changed files with 4 additions and 4 deletions
|
@ -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(" "));
|
||||
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue