This commit is contained in:
Paul Irish 2025-02-06 19:34:47 -08:00
parent 1c233e995c
commit bfda73056b
No known key found for this signature in database
GPG key ID: 047F4C1E64AD96C0
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "git-recent", "name": "git-recent",
"version": "2.0.0", "version": "2.0.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "git-recent", "name": "git-recent",
"version": "2.0.0", "version": "2.0.1",
"license": "MIT", "license": "MIT",
"bin": { "bin": {
"git-recent": "git-recent" "git-recent": "git-recent"

View file

@ -1,6 +1,6 @@
{ {
"name": "git-recent", "name": "git-recent",
"version": "2.0.0", "version": "2.0.1",
"description": "List recent git branches, select one for checkout. See branch commits and diffs, all formatted so fancy", "description": "List recent git branches, select one for checkout. See branch commits and diffs, all formatted so fancy",
"bin": { "bin": {
"git-recent": "git-recent", "git-recent": "git-recent",