8000 fixed pathing issue, bumped version 0.1.3 · DrMark/node-http-proxy@ede6490 · GitHub
[go: up one dir, main page]

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

Lines changed: 1 addition & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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 <charlie.robbins@gmail.com>",
66
"contributors": [
77
{ "name": "Marak Squires", "email": "marak.squires@gmail.com" }

0 commit comments

Comments
 (0)
0