Skip to content

Commit

Permalink
[dist] Version bump. 0.5.1. Only good on node v0.4.7. See issue #48.
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed May 10, 2011
1 parent 40dc9de commit 6c80177
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "http-proxy",
"description": "A full-featured http reverse proxy for node.js",
"version": "0.5.0",
"version": "0.5.1",
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
"contributors": [
{ "name": "Mikeal Rogers", "email": "mikeal.rogers@gmail.com" },
Expand All @@ -14,13 +14,13 @@
},
"keywords": ["reverse", "proxy", "http"],
"dependencies": {
"colors": ">= 0.3.0",
"optimist": ">= 0.1.9",
"request": ">= 1.9.0",
"vows": ">= 0.5.8"
"colors": ">= 0.5.x",
"optimist": ">= 0.1.x",
"request": ">= 1.9.x",
"vows": ">= 0.5.x"
},
"main": "./lib/node-http-proxy",
"bin": { "node-http-proxy": "./bin/node-http-proxy" },
"scripts": { "test": "vows test/*-test.js --spec" },
"engines": { "node": ">= 0.4.6" }
"engines": { "node": "= 0.4.7" }
}

0 comments on commit 6c80177

Please sign in to comment.