From 30dac898f30a8508b4c4b4236e9438987f320167 Mon Sep 17 00:00:00 2001 From: Charlie McConnell Date: Tue, 22 Nov 2011 11:01:52 -0800 Subject: [PATCH] [dist] Adjusted engines field to allow for 0.6; version bump 0.7.7 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 775c02993..03fa26840 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "http-proxy", - "version": "0.7.6", + "version": "0.7.7", "description": "A full-featured http reverse proxy for node.js", "author": "Charlie Robbins ", "contributors": [ @@ -31,5 +31,5 @@ "test-http": "vows --spec && vows --spec --target=secure", "test-https": "vows --spec --source=secure && vows --spec --source=secure --target=secure" }, - "engines": { "node": "0.4.x || 0.5.x" } + "engines": { "node": ">=0.4.x <0.7.0" } }