Skip to content

Commit

Permalink
[dist] Version bump. 0.5.8. Forwards compatible with new versions of …
Browse files Browse the repository at this point in the history
…nodejs
  • Loading branch information
indexzero committed May 21, 2011
1 parent 74120d8 commit 76ecb51
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,7 +1,7 @@
{
"name": "http-proxy",
"description": "A full-featured http reverse proxy for node.js",
"version": "0.5.7",
"version": "0.5.8",
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
"contributors": [
{ "name": "Mikeal Rogers", "email": "mikeal.rogers@gmail.com" },
Expand All @@ -26,5 +26,5 @@
"main": "./lib/node-http-proxy",
"bin": { "node-http-proxy": "./bin/node-http-proxy" },
"scripts": { "test": "vows test/*-test.js --spec && vows test/*-test.js --spec --https" },
"engines": { "node": "= 0.4.7" }
"engines": { "node": ">= 0.4.7" }
}

0 comments on commit 76ecb51

Please sign in to comment.