Updated docs

This commit is contained in:
Ionică Bizău 2023-10-19 11:42:19 +03:00
parent 4d1e603780
commit eb7f5dc940
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
The MIT License (MIT)
Copyright (c) 2015-22 Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)
Copyright (c) 2015-23 Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "git-stats",
"version": "3.1.1",
"version": "3.1.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "git-stats",
"version": "3.1.1",
"version": "3.1.2",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {

View File

@ -192,7 +192,7 @@
" // The file where the commit hashes will be stored",
" , \"path\": \"~/.git-stats\"",
"",
" // [DEPRECATED] First day of the week https://github.com/IonicaBizau/git-stats/issues/121"
" // [DEPRECATED] First day of the week https://github.com/IonicaBizau/git-stats/issues/121",
" , first_day: \"Sun\"",
"",
" // This defaults to *one year ago*",