Skip to content

Commit

Permalink
fix browserify compatibility (#975)
Browse files Browse the repository at this point in the history
  • Loading branch information
idjem authored and jcrugzz committed May 15, 2016
1 parent 6baf149 commit 433a740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/http-proxy/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var httpProxy = exports,
var httpProxy = module.exports,
extend = require('util')._extend,
parse_url = require('url').parse,
EE3 = require('eventemitter3'),
Expand Down

0 comments on commit 433a740

Please sign in to comment.