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