fixed pathing issue, bumped version 0.1.3

This commit is contained in:
Marak Squires 2010-07-27 21:27:49 -04:00
parent fca40da694
commit ede649037e
2 changed files with 2 additions and 3 deletions

View File

@ -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 = '\

View File

@ -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 <charlie.robbins@gmail.com>",
"contributors": [
{ "name": "Marak Squires", "email": "marak.squires@gmail.com" }