From 433a7408cf775aa7b74405682b183d1af92aeac8 Mon Sep 17 00:00:00 2001 From: idjem Date: Sun, 15 May 2016 21:40:01 +0200 Subject: [PATCH] fix browserify compatibility (#975) --- lib/http-proxy/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/http-proxy/index.js b/lib/http-proxy/index.js index 7a5e1d2e8..caaa10bd4 100644 --- a/lib/http-proxy/index.js +++ b/lib/http-proxy/index.js @@ -1,4 +1,4 @@ -var httpProxy = exports, +var httpProxy = module.exports, extend = require('util')._extend, parse_url = require('url').parse, EE3 = require('eventemitter3'),