From 5d19259c21cf350adcee2b098df71fa924c99090 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Sun, 12 Jul 2015 15:38:16 +0300 Subject: [PATCH] Pass the firstDay value --- lib/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/index.js b/lib/index.js index d587175..50034f9 100644 --- a/lib/index.js +++ b/lib/index.js @@ -298,6 +298,7 @@ GitStats.prototype.ansiCalendar = function (data, callback) { theme: data.theme , start: data.start , end: data.end + , firstDay: data.firstDay })); });