Skip to content

Commit 76ecb51

Browse files
committed
[dist] Version bump. 0.5.8. Forwards compatible with new versions of nodejs
1 parent 74120d8 commit 76ecb51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: 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.7",
4+
"version": "0.5.8",
55
"author": "Charlie Robbins <[email protected]>",
66
"contributors": [
77
{ "name": "Mikeal Rogers", "email": "[email protected]" },
@@ -26,5 +26,5 @@
2626
"main": "./lib/node-http-proxy",
2727
"bin": { "node-http-proxy": "./bin/node-http-proxy" },
2828
"scripts": { "test": "vows test/*-test.js --spec && vows test/*-test.js --spec --https" },
29-
"engines": { "node": "= 0.4.7" }
29+
"engines": { "node": ">= 0.4.7" }
3030
}

0 commit comments

Comments
 (0)