Skip to content

Commit

Permalink
fixed pathing issue, bumped version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Marak committed Jul 28, 2010
1 parent fca40da commit ede6490
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '\
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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" }
Expand Down

0 comments on commit ede6490

Please sign in to comment.