Skip to content

Commit

Permalink
removed extra self, updated colors requirement, bumped to 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 c8dd8c4 commit 9bc5b6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions lib/node-http-proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ var sys = require('sys'),
events = require('events');

exports.httpProxy = function () {
var self = this;
this.emitter = new(events.EventEmitter);

// If we were passed more than two arguments,
// assume the first two are request and response.
if(arguments.length >= 2) {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "http-proxy",
"description": "A full-featured http reverse proxy for node.js",
"version": "0.1.2",
"version": "0.1.3",
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
"contributors": [
{ "name": "Marak Squires", "email": "marak.squires@gmail.com" }
],
"keywords": ["reverse", "proxy", "http"],
"dependencies": {
"colors": ">= 0.0.1"
"colors": ">= 0.0.3"
},
"main": "./lib/node-http-proxy",
"scripts": { "test": "vows" },
Expand Down

0 comments on commit 9bc5b6f

Please sign in to comment.