Skip to content

Commit 98b0fbd

Browse files
committed
Merge pull request #1 from nodejitsu/master
Merge upstream
2 parents b652501 + 5082acc commit 98b0fbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/http-proxy/index.js

Lines changed: 1 addition & 1 deletion
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'),

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "http-proxy",
3-
"version": "1.13.2",
3+
"version": "1.13.3",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/nodejitsu/node-http-proxy.git"

0 commit comments

Comments
 (0)