Rename binary to verdaccio

This commit is contained in:
trent.earl 2016-07-30 14:20:53 -05:00
parent dd406da3e2
commit d8f2d95f92
3 changed files with 2 additions and 6 deletions

View File

@ -1,4 +0,0 @@
#!/usr/bin/env node
require('../lib/cli')

View File

@ -12,7 +12,7 @@
},
"main": "index.js",
"bin": {
"sinopia": "./bin/sinopia"
"verdaccio": "./bin/verdaccio"
},
"dependencies": {
"JSONStream": "^1.1.1",

View File

@ -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}
)