mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
[dist] Version bump. 0.5.8. Forwards compatible with new versions of nodejs
This commit is contained in:
parent
74120d8988
commit
76ecb51e7b
@ -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" }
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user