mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-12-21 12:52:11 +01:00
doc: first_day is depecated
This commit is contained in:
parent
ce43999e5f
commit
1401a3e97c
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue