[dist] Version bump. 0.5.4. Only good on node v0.4.7. See issue #48.

This commit is contained in:
indexzero 2011-05-18 21:06:56 -04:00
parent abc01bce29
commit c04eec1c37

View File

@ -1,7 +1,7 @@
{ {
"name": "http-proxy", "name": "http-proxy",
"description": "A full-featured http reverse proxy for node.js", "description": "A full-featured http reverse proxy for node.js",
"version": "0.5.3", "version": "0.5.4",
"author": "Charlie Robbins <charlie.robbins@gmail.com>", "author": "Charlie Robbins <charlie.robbins@gmail.com>",
"contributors": [ "contributors": [
{ "name": "Mikeal Rogers", "email": "mikeal.rogers@gmail.com" }, { "name": "Mikeal Rogers", "email": "mikeal.rogers@gmail.com" },
@ -25,6 +25,6 @@
}, },
"main": "./lib/node-http-proxy", "main": "./lib/node-http-proxy",
"bin": { "node-http-proxy": "./bin/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" } "engines": { "node": "= 0.4.7" }
} }