Skip to content

Commit

Permalink
making the latest version of lodash work
Browse files Browse the repository at this point in the history
  • Loading branch information
pgte committed Apr 6, 2016
1 parent 6d997a6 commit ca251b3
Show file tree
Hide file tree
Showing 3 changed files with 11,876 additions and 8,219 deletions.
4 changes: 2 additions & 2 deletions lib/common.js
Expand Up @@ -157,7 +157,7 @@ var restoreOverriddenRequests = function() {
override.module.request = override.request;
debug('- restored request for', proto);
}
}).value();
});
requestOverride = [];
};

Expand Down Expand Up @@ -244,7 +244,7 @@ var deleteHeadersField = function(headers, fieldNameToDelete) {
// We don't stop here but continue in order to remove *all* matching field names
// (even though if seen regorously there shouldn't be any)
}
}).value();
});

};

Expand Down

1 comment on commit ca251b3

@huanghaiyang
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No compatible version found: lodash@^4.8.2

Please sign in to comment.