diff --git a/lib/index.js b/lib/index.js index 70cf452..44c4ca1 100644 --- a/lib/index.js +++ b/lib/index.js @@ -469,7 +469,7 @@ class GitStats { theme: options.theme , start: options.start , end: options.end - , firstDay: options.firstDay + , firstDay: options.firstDay // [DEPRECATED] https://github.com/IonicaBizau/git-stats/issues/121 , cal: cal , raw: options.raw } @@ -661,6 +661,7 @@ GitStats.DEFAULT_CONFIG = { // This defaults in library , path: undefined + // [DEPRECATED] https://github.com/IonicaBizau/git-stats/issues/121 // This defaults in cli-gh-cal , first_day: undefined