Revert "[dist] Adjusted engines field to allow for 0.6; version bump 0.7.7"

This reverts commit 30dac898f30a8508b4c4b4236e9438987f320167.
This commit is contained in:
Charlie McConnell 2011-11-26 10:10:24 -08:00
parent 30dac898f3
commit 1e33434fcc

View File

@ -1,6 +1,6 @@
{
"name": "http-proxy",
"version": "0.7.7",
"version": "0.7.6",
"description": "A full-featured http reverse proxy for node.js",
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
"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.7.0" }
"engines": { "node": "0.4.x || 0.5.x" }
}