Skip to content

Commit 57ca62c

Browse files
committed
[dist] Version bump. 0.5.9
1 parent 028d204 commit 57ca62c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
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.8",
4+
"version": "0.5.9",
55
"author": "Charlie Robbins <[email protected]>",
66
"contributors": [
77
{ "name": "Mikeal Rogers", "email": "[email protected]" },
@@ -14,7 +14,7 @@
1414
},
1515
"keywords": ["reverse", "proxy", "http"],
1616
"dependencies": {
17-
"colors": ">= 0.5.x",
17+
"colors": ">= 0.x.x",
1818
"optimist": ">= 0.1.x",
1919
"request": ">= 1.9.x"
2020
},
@@ -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.x || 0.5.x" }
3030
}

0 commit comments

Comments
 (0)