Rename binaries to be invoked as part of git

Signed-off-by: dzdidi <deniszalessky@gmail.com>
This commit is contained in:
dzdidi
2023-09-24 21:43:59 +02:00
parent fa89fe3234
commit e3b12cb380
2 changed files with 12 additions and 12 deletions

View File

@@ -10,9 +10,9 @@
"pretest": "tar xzf test_home.tar.gz -C . " "pretest": "tar xzf test_home.tar.gz -C . "
}, },
"bin": { "bin": {
"gitpeard": "./src/gitpeard.js", "git-peard": "./src/gitpeard.js",
"git-remote-pear": "./src/git-remote-pear.js", "git-remote-pear": "./src/git-remote-pear.js",
"gitpear": "./src/cli.js" "git-pear": "./src/cli.js"
}, },
"repository": { "repository": {
"type": "git", "type": "git",