Skip to content

Commit 1401a3e

Browse files
doc: first_day is depecated
1 parent ce43999 commit 1401a3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ class GitStats {
469469
theme: options.theme
470470
, start: options.start
471471
, end: options.end
472-
, firstDay: options.firstDay
472+
, firstDay: options.firstDay // [DEPRECATED] https://github.com/IonicaBizau/git-stats/issues/121
473473
, cal: cal
474474
, raw: options.raw
475475
}
@@ -661,6 +661,7 @@ GitStats.DEFAULT_CONFIG = {
661661
// This defaults in library
662662
, path: undefined
663663

664+
// [DEPRECATED] https://github.com/IonicaBizau/git-stats/issues/121
664665
// This defaults in cli-gh-cal
665666
, first_day: undefined
666667

0 commit comments

Comments
 (0)