Skip to content

Commit

Permalink
[dist] Update scripts in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Sep 10, 2011
1 parent 734769f commit 6e1ade0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Expand Up @@ -25,6 +25,10 @@
},
"main": "./lib/node-http-proxy",
"bin": { "node-http-proxy": "./bin/node-http-proxy" },
"scripts": { "test": "vows test/*-test.js --spec && vows test/*-test.js --spec --https" },
"scripts": {
"test": "npm run-script test-http && npm run-script test-https",
"test-http": "vows --spec && vows --spec --target=secure",
"test-https": "vows --spec --source=secure && vows --spec --source=secure --target=secure"
},
"engines": { "node": "0.4.x || 0.5.x" }
}

0 comments on commit 6e1ade0

Please sign in to comment.