Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Permit lodash version 3 to also be acceptable within npm #158

Merged
merged 1 commit into from
Apr 5, 2015
Merged

Permit lodash version 3 to also be acceptable within npm #158

merged 1 commit into from
Apr 5, 2015

Conversation

ecaron
Copy link
Contributor

@ecaron ecaron commented Mar 19, 2015

The sendgrid-nodejs project leverages the following lodash functions:

  • isObject
  • extend
  • isEmpty
  • merge

Based on the lodash changelog, _.isObject had some optimizations and _.merge had some sanity checks introduced (which wouldn't impact the usage within sendgrid.js).

All tests pass.

This PR tells sendgrid to permit both the v2 and v3 of lodash, but tells it to prefer the v3 branch.

eddiezane added a commit that referenced this pull request Apr 5, 2015
Permit lodash version 3 to also be acceptable within npm
@eddiezane eddiezane merged commit 2bbae9c into sendgrid:master Apr 5, 2015
@eddiezane
Copy link
Contributor

Thanks for the PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants