mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
Rename binary to verdaccio
This commit is contained in:
parent
dd406da3e2
commit
d8f2d95f92
3 changed files with 2 additions and 6 deletions
|
@ -1,4 +0,0 @@
|
|||
#!/usr/bin/env node
|
||||
|
||||
require('../lib/cli')
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
},
|
||||
"main": "index.js",
|
||||
"bin": {
|
||||
"sinopia": "./bin/sinopia"
|
||||
"verdaccio": "./bin/verdaccio"
|
||||
},
|
||||
"dependencies": {
|
||||
"JSONStream": "^1.1.1",
|
||||
|
|
|
@ -17,7 +17,7 @@ module.exports.start = function start(dir, conf, cb) {
|
|||
return x !== '--debug-brk'
|
||||
})
|
||||
|
||||
var f = fork(__dirname + '/../../../bin/sinopia'
|
||||
var f = fork(__dirname + '/../../../bin/verdaccio'
|
||||
, ['-c', __dirname + '/../' + conf]
|
||||
, {silent: !process.env.TRAVIS}
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue