Skip to content

Commit

Permalink
[dist] Version bump. 0.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed May 23, 2011
1 parent 028d204 commit 57ca62c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "http-proxy",
"description": "A full-featured http reverse proxy for node.js",
"version": "0.5.8",
"version": "0.5.9",
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
"contributors": [
{ "name": "Mikeal Rogers", "email": "mikeal.rogers@gmail.com" },
Expand All @@ -14,7 +14,7 @@
},
"keywords": ["reverse", "proxy", "http"],
"dependencies": {
"colors": ">= 0.5.x",
"colors": ">= 0.x.x",
"optimist": ">= 0.1.x",
"request": ">= 1.9.x"
},
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.x || 0.5.x" }
}

0 comments on commit 57ca62c

Please sign in to comment.