Skip to content

Commit

Permalink
Namespace binaries (and correct offramp path)
Browse files Browse the repository at this point in the history
  • Loading branch information
mojodna committed Feb 9, 2012
1 parent d0f353c commit e5e4155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -8,7 +8,7 @@
"url": "git://github.com/mojodna/node-jersey.git" "url": "git://github.com/mojodna/node-jersey.git"
}, },
"main": "./index", "main": "./index",
"bin": { "onramp": "./bin/onramp", "offramp": "./offramp" }, "bin": { "jersey-onramp": "./bin/onramp", "jersey-offramp": "./bin/offramp" },
"scripts": { "scripts": {
"test": "node_modules/.bin/mocha" "test": "node_modules/.bin/mocha"
}, },
Expand Down

0 comments on commit e5e4155

Please sign in to comment.