This commit is contained in:
Paul Irish 2025-02-06 17:41:37 -08:00
parent 8237f19b10
commit b324fc2e4a
No known key found for this signature in database
GPG key ID: 047F4C1E64AD96C0
2 changed files with 17 additions and 1 deletions

16
package-lock.json generated Normal file
View file

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

View file

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