Skip to content

Commit 433a740

Browse files
idjemjcrugzz
authored andcommitted
fix browserify compatibility (#975)
1 parent 6baf149 commit 433a740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/http-proxy/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var httpProxy = exports,
1+
var httpProxy = module.exports,
22
extend = require('util')._extend,
33
parse_url = require('url').parse,
44
EE3 = require('eventemitter3'),

0 commit comments

Comments
 (0)