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

This commit is contained in:
indexzero 2011-05-21 10:43:16 -04:00
parent 74120d8988
commit 76ecb51e7b

View File

@ -1,7 +1,7 @@
{
"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" }
}