From ede649037e08b615a8995179f46bc701550354d6 Mon Sep 17 00:00:00 2001 From: Marak Squires Date: Tue, 27 Jul 2010 21:27:49 -0400 Subject: [PATCH] fixed pathing issue, bumped version 0.1.3 --- demo.js | 3 +-- package.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/demo.js b/demo.js index 18b0199..3bc5d49 100644 --- a/demo.js +++ b/demo.js @@ -27,8 +27,7 @@ var sys = require('sys'), colors = require('colors') http = require('http'), - httpProxy = require('./lib/node-http-proxy').httpProxy; - + httpProxy = require('http-proxy').httpProxy; // ascii art from http://github.com/marak/asciimo var welcome = '\ diff --git a/package.json b/package.json index 562f1cf..c7c3496 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.1.1", + "version": "0.1.2", "author": "Charlie Robbins ", "contributors": [ { "name": "Marak Squires", "email": "marak.squires@gmail.com" }