diff --git a/package.json b/package.json index 775c029..03fa268 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" } }