mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
[dist] Adjusted engines field to allow for 0.6; version bump 0.7.7
This commit is contained in:
parent
3ab02f3ad7
commit
30dac898f3
@ -1,6 +1,6 @@
|
||||
{
|
||||
"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" }
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user