We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ab02f3 commit 30dac89Copy full SHA for 30dac89
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "http-proxy",
3
- "version": "0.7.6",
+ "version": "0.7.7",
4
"description": "A full-featured http reverse proxy for node.js",
5
"author": "Charlie Robbins <[email protected]>",
6
"contributors": [
@@ -31,5 +31,5 @@
31
"test-http": "vows --spec && vows --spec --target=secure",
32
"test-https": "vows --spec --source=secure && vows --spec --source=secure --target=secure"
33
},
34
- "engines": { "node": "0.4.x || 0.5.x" }
+ "engines": { "node": ">=0.4.x <0.7.0" }
35
}
0 commit comments