we are working on node.js application and I consume my colleges package which is published to npm, now he create new Git branch (let's call it second) there is a way to somehow consume it in the package.json without publish it to npm ? ( I just want to test the new branch )
update I try something like
"git://github.mycompany.corp/vv/app.js.git#newbranch"
and its not working any idea ?