mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
fixed pathing issue, bumped version 0.1.3
This commit is contained in:
parent
fca40da694
commit
ede649037e
3
demo.js
3
demo.js
@ -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 = '\
|
||||
|
||||
@ -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" }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user