Skip to content

Commit

Permalink
[dist] Adjusted engines field to allow for 0.6; version bump 0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
AvianFlu committed Nov 22, 2011
1 parent 3ab02f3 commit 30dac89
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.6",
"version": "0.7.7",
"description": "A full-featured http reverse proxy for node.js",
"author": "Charlie Robbins <[email protected]>",
"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.5.x" }
"engines": { "node": ">=0.4.x <0.7.0" }
}

2 comments on commit 30dac89

@Filirom1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey, could you publish this version on npm.

Cheers
Romain

@indexzero
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The current node-http-proxy won't work on 0.6.x. This commit should be reverted.

Please sign in to comment.