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

View File

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