From ddba155377942259554842f37de98c508130fe11 Mon Sep 17 00:00:00 2001 From: Marak Squires Date: Tue, 27 Jul 2010 21:43:10 -0400 Subject: [PATCH] updated package.json again --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7437e9d..892581a 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ ], "keywords": ["reverse", "proxy", "http"], "dependencies": { - "colors": ">= 0.0.3" + "colors": ">= 0.3.0" }, "main": "./lib/node-http-proxy", "scripts": { "test": "vows" },