Skip to content

Commit

Permalink
[fix] use the main export for EE3
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrugzz committed Apr 22, 2015
1 parent 934e6c4 commit 18c77ca
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,7 +1,7 @@
var httpProxy = exports,
extend = require('util')._extend,
parse_url = require('url').parse,
EE3 = require('eventemitter3').EventEmitter,
EE3 = require('eventemitter3'),
http = require('http'),
https = require('https'),
web = require('./passes/web-incoming'),
Expand Down

0 comments on commit 18c77ca

Please sign in to comment.