mirror of
https://github.com/paulirish/git-recent.git
synced 2026-09-10 07:26:16 -04:00
2.0.0
This commit is contained in:
parent
8237f19b10
commit
b324fc2e4a
16
package-lock.json
generated
Normal file
16
package-lock.json
generated
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "git-recent",
|
"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",
|
"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",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue