Commit 76ecb51e authored by indexzero's avatar indexzero

[dist] Version bump. 0.5.8. Forwards compatible with new versions of nodejs

parent 74120d89
{
"name": "http-proxy",
"description": "A full-featured http reverse proxy for node.js",
"version": "0.5.7",
"version": "0.5.8",
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
"contributors": [
{ "name": "Mikeal Rogers", "email": "mikeal.rogers@gmail.com" },
......@@ -26,5 +26,5 @@
"main": "./lib/node-http-proxy",
"bin": { "node-http-proxy": "./bin/node-http-proxy" },
"scripts": { "test": "vows test/*-test.js --spec && vows test/*-test.js --spec --https" },
"engines": { "node": "= 0.4.7" }
"engines": { "node": ">= 0.4.7" }
}
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