Skip to content

Commit

Permalink
updated paths to use npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Marak committed Aug 3, 2010
1 parent 82b8228 commit 972c8c0
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 103 deletions.
2 changes: 1 addition & 1 deletion demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
var sys = require('sys'),
colors = require('colors')
http = require('http'),
httpProxy = require('./lib/node-http-proxy');
httpProxy = require('http-proxy');

// ascii art from http:https://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.4",
"version": "0.1.5",
"author": "Charlie Robbins <[email protected]>",
"contributors": [
{ "name": "Marak Squires", "email": "[email protected]" }
Expand Down
Empty file removed spark_demo/ReadMe
Empty file.
48 changes: 0 additions & 48 deletions spark_demo/proxy.js

This file was deleted.

50 changes: 0 additions & 50 deletions spark_demo/server.js

This file was deleted.

4 changes: 1 addition & 3 deletions test/node-http-proxy-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ var vows = require('vows'),
assert = require('assert'),
http = require('http');

require.paths.unshift(require('path').join(__dirname, '../lib/'));

var httpProxy = require('node-http-proxy');
var httpProxy = require('http-proxy');
var testServers = {};

//
Expand Down

0 comments on commit 972c8c0

Please sign in to comment.