Skip to content

Commit

Permalink
Revert "[dist] Adjusted engines field to allow for 0.6; version bump …
Browse files Browse the repository at this point in the history
…0.7.7"

This reverts commit 30dac89.
  • Loading branch information
AvianFlu committed Nov 26, 2011
1 parent 30dac89 commit 1e33434
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "http-proxy",
"version": "0.7.7",
"version": "0.7.6",
"description": "A full-featured http reverse proxy for node.js",
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
"contributors": [
Expand Down Expand Up @@ -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.7.0" }
"engines": { "node": "0.4.x || 0.5.x" }
}

0 comments on commit 1e33434

Please sign in to comment.