Commit 30dac898 authored by Charlie McConnell's avatar Charlie McConnell

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

parent 3ab02f3a
{
"name": "http-proxy",
"version": "0.7.6",
"version": "0.7.7",
"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.5.x" }
"engines": { "node": ">=0.4.x <0.7.0" }
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment