mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
[dist] Update scripts in package.json
This commit is contained in:
parent
734769fa9b
commit
6e1ade0bb8
@ -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" }
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user