mirror of
https://github.com/aljazceru/gitpear.git
synced 2025-12-17 14:14:22 +01:00
Rename binaries to be invoked as part of git
Signed-off-by: dzdidi <deniszalessky@gmail.com>
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user