Skip to content

Commit 6c80177

Browse files
committed
[dist] Version bump. 0.5.1. Only good on node v0.4.7. See issue #48.
1 parent 40dc9de commit 6c80177

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: package.json

+6-6
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.0",
4+
"version": "0.5.1",
55
"author": "Charlie Robbins <[email protected]>",
66
"contributors": [
77
{ "name": "Mikeal Rogers", "email": "[email protected]" },
@@ -14,13 +14,13 @@
1414
},
1515
"keywords": ["reverse", "proxy", "http"],
1616
"dependencies": {
17-
"colors": ">= 0.3.0",
18-
"optimist": ">= 0.1.9",
19-
"request": ">= 1.9.0",
20-
"vows": ">= 0.5.8"
17+
"colors": ">= 0.5.x",
18+
"optimist": ">= 0.1.x",
19+
"request": ">= 1.9.x",
20+
"vows": ">= 0.5.x"
2121
},
2222
"main": "./lib/node-http-proxy",
2323
"bin": { "node-http-proxy": "./bin/node-http-proxy" },
2424
"scripts": { "test": "vows test/*-test.js --spec" },
25-
"engines": { "node": ">= 0.4.6" }
25+
"engines": { "node": "= 0.4.7" }
2626
}

0 commit comments

Comments
 (0)