From baf0b9e25af53e2738812ff78614cc12966e99e3 Mon Sep 17 00:00:00 2001 From: indexzero Date: Sun, 26 Jun 2011 13:25:46 -0400 Subject: [PATCH] [dist] Version bump. 0.5.11 --- package.json | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 826d108..42ef858 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "http-proxy", "description": "A full-featured http reverse proxy for node.js", - "version": "0.5.10", + "version": "0.5.11", "author": "Charlie Robbins ", "contributors": [ { "name": "Mikeal Rogers", "email": "mikeal.rogers@gmail.com" }, @@ -14,14 +14,13 @@ }, "keywords": ["reverse", "proxy", "http"], "dependencies": { - "colors": ">= 0.x.x", - "optimist": ">= 0.1.x", - "request": ">= 1.9.x" + "colors": "0.x.x", + "optimist": "0.2.x" }, "devDependencies": { - "vows": ">= 0.5.x", - "socket.io": ">= 0.6.x", - "docco": ">= 0.3.x" + "request": "1.9.x", + "vows": "0.5.x", + "socket.io": "0.6.x" }, "main": "./lib/node-http-proxy", "bin": { "node-http-proxy": "./bin/node-http-proxy" },