mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-12-30 16:52:09 +01:00
Updated docs
This commit is contained in:
parent
4d1e603780
commit
eb7f5dc940
3 changed files with 4 additions and 4 deletions
2
LICENSE
2
LICENSE
|
@ -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
4
package-lock.json
generated
|
@ -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": {
|
||||
|
|
|
@ -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*",
|
||||
|
|
Loading…
Reference in a new issue