mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2025-01-02 09:52:11 +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)
|
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
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
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",
|
"name": "git-stats",
|
||||||
"version": "3.1.1",
|
"version": "3.1.2",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "git-stats",
|
"name": "git-stats",
|
||||||
"version": "3.1.1",
|
"version": "3.1.2",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -192,7 +192,7 @@
|
||||||
" // The file where the commit hashes will be stored",
|
" // The file where the commit hashes will be stored",
|
||||||
" , \"path\": \"~/.git-stats\"",
|
" , \"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\"",
|
" , first_day: \"Sun\"",
|
||||||
"",
|
"",
|
||||||
" // This defaults to *one year ago*",
|
" // This defaults to *one year ago*",
|
||||||
|
|
Loading…
Reference in a new issue