Skip to content

Commit 5055689

Browse files
committed
[dist] Version bump. 0.8.0
1 parent c81bae2 commit 5055689

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "http-proxy",
3-
"version": "0.7.6",
3+
"version": "0.8.0",
44
"description": "A full-featured http reverse proxy for node.js",
55
"author": "Charlie Robbins <[email protected]>",
66
"contributors": [
@@ -33,5 +33,5 @@
3333
"test-https": "vows --spec --source=secure && vows --spec --source=secure --target=secure",
3434
"test-core": "test/core/run"
3535
},
36-
"engines": { "node": "0.4.x || 0.5.x" }
36+
"engines": { "node": ">= 0.6.6" }
3737
}

0 commit comments

Comments
 (0)