From c04eec1c370ca0eb212c96c0896c27b349f7ea97 Mon Sep 17 00:00:00 2001 From: indexzero Date: Wed, 18 May 2011 21:06:56 -0400 Subject: [PATCH] [dist] Version bump. 0.5.4. Only good on node v0.4.7. See issue #48. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 493707a..d36d858 100644 --- a/package.json +++ b/package.json @@ -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 ", "contributors": [ { "name": "Mikeal Rogers", "email": "mikeal.rogers@gmail.com" }, @@ -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" } }