Skip to content

Commit

Permalink
[dist] Version bump. 0.5.4. 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 19, 2011
1 parent abc01bc commit c04eec1
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.3",
"version": "0.5.4",
"author": "Charlie Robbins <[email protected]>",
"contributors": [
{ "name": "Mikeal Rogers", "email": "[email protected]" },
Expand All @@ -25,6 +25,6 @@
},
"main": "./lib/node-http-proxy",
"bin": { "node-http-proxy": "./bin/node-http-proxy" },
"scripts": { "test": "vows test/*-test.js --spec" },
"scripts": { "test": "vows test/*-test.js --spec && vows test/*-test.js --spec --https" },
"engines": { "node": "= 0.4.7" }
}

0 comments on commit c04eec1

Please sign in to comment.