Skip to content

Commit c04eec1

Browse files
committed
[dist] Version bump. 0.5.4. Only good on node v0.4.7. See issue #48.
1 parent abc01bc commit c04eec1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "http-proxy",
33
"description": "A full-featured http reverse proxy for node.js",
4-
"version": "0.5.3",
4+
"version": "0.5.4",
55
"author": "Charlie Robbins <[email protected]>",
66
"contributors": [
77
{ "name": "Mikeal Rogers", "email": "[email protected]" },
@@ -25,6 +25,6 @@
2525
},
2626
"main": "./lib/node-http-proxy",
2727
"bin": { "node-http-proxy": "./bin/node-http-proxy" },
28-
"scripts": { "test": "vows test/*-test.js --spec" },
28+
"scripts": { "test": "vows test/*-test.js --spec && vows test/*-test.js --spec --https" },
2929
"engines": { "node": "= 0.4.7" }
3030
}

0 commit comments

Comments
 (0)