Skip to content

Commit ede6490

Browse files
committed
fixed pathing issue, bumped version 0.1.3
1 parent fca40da commit ede6490

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

demo.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
2727
var sys = require('sys'),
2828
colors = require('colors')
2929
http = require('http'),
30-
httpProxy = require('./lib/node-http-proxy').httpProxy;
31-
30+
httpProxy = require('http-proxy').httpProxy;
3231

3332
// ascii art from http://github.com/marak/asciimo
3433
var welcome = '\

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "http-proxy",
33
"description": "A full-featured http reverse proxy for node.js",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"author": "Charlie Robbins <[email protected]>",
66
"contributors": [
77
{ "name": "Marak Squires", "email": "[email protected]" }

0 commit comments

Comments
 (0)