From 1401a3e97cf352b88812a27ab079eb90612168aa Mon Sep 17 00:00:00 2001 From: Alexander Mart Date: Mon, 24 Apr 2023 06:06:55 +0700 Subject: [PATCH] doc: first_day is depecated --- lib/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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