Skip to content

Commit baf0b9e

Browse files
committed
[dist] Version bump. 0.5.11
1 parent f0649d8 commit baf0b9e

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

package.json

+6-7
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.10",
4+
"version": "0.5.11",
55
"author": "Charlie Robbins <[email protected]>",
66
"contributors": [
77
{ "name": "Mikeal Rogers", "email": "[email protected]" },
@@ -14,14 +14,13 @@
1414
},
1515
"keywords": ["reverse", "proxy", "http"],
1616
"dependencies": {
17-
"colors": ">= 0.x.x",
18-
"optimist": ">= 0.1.x",
19-
"request": ">= 1.9.x"
17+
"colors": "0.x.x",
18+
"optimist": "0.2.x"
2019
},
2120
"devDependencies": {
22-
"vows": ">= 0.5.x",
23-
"socket.io": ">= 0.6.x",
24-
"docco": ">= 0.3.x"
21+
"request": "1.9.x",
22+
"vows": "0.5.x",
23+
"socket.io": "0.6.x"
2524
},
2625
"main": "./lib/node-http-proxy",
2726
"bin": { "node-http-proxy": "./bin/node-http-proxy" },

0 commit comments

Comments
 (0)