Commit ede64903 authored by Marak Squires's avatar Marak Squires

fixed pathing issue, bumped version 0.1.3

parent fca40da6
......@@ -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 = '\
......
{
"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" }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment