We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abc01bc commit c04eec1Copy full SHA for c04eec1
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "http-proxy",
3
"description": "A full-featured http reverse proxy for node.js",
4
- "version": "0.5.3",
+ "version": "0.5.4",
5
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
6
"contributors": [
7
{ "name": "Mikeal Rogers", "email": "mikeal.rogers@gmail.com" },
@@ -25,6 +25,6 @@
25
},
26
"main": "./lib/node-http-proxy",
27
"bin": { "node-http-proxy": "./bin/node-http-proxy" },
28
- "scripts": { "test": "vows test/*-test.js --spec" },
+ "scripts": { "test": "vows test/*-test.js --spec && vows test/*-test.js --spec --https" },
29
"engines": { "node": "= 0.4.7" }
30
}
0 commit comments