Skip to content

Commit 30dac89

Browse files
committed
[dist] Adjusted engines field to allow for 0.6; version bump 0.7.7
1 parent 3ab02f3 commit 30dac89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: 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.7.7",
44
"description": "A full-featured http reverse proxy for node.js",
55
"author": "Charlie Robbins <[email protected]>",
66
"contributors": [
@@ -31,5 +31,5 @@
3131
"test-http": "vows --spec && vows --spec --target=secure",
3232
"test-https": "vows --spec --source=secure && vows --spec --source=secure --target=secure"
3333
},
34-
"engines": { "node": "0.4.x || 0.5.x" }
34+
"engines": { "node": ">=0.4.x <0.7.0" }
3535
}

0 commit comments

Comments
 (0)