-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dist] Adjusted engines field to allow for 0.6; version bump 0.7.7
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [ | ||
|
@@ -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" } | ||
} |
30dac89
There was a problem hiding this comment.
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
30dac89
There was a problem hiding this comment.
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.