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

Remove lodash dependecies #77

Merged
merged 3 commits into from
Feb 26, 2017
Merged

Remove lodash dependecies #77

merged 3 commits into from
Feb 26, 2017

Conversation

AlexHenkel
Copy link
Contributor

What does this PR do?

  • Remove lodash dependecies
  • Add jonschlinkert util functions dependencies
  • Replace lodash with new dependencies functions in some files

Copy link
Member

@phated phated left a comment

Choose a reason for hiding this comment

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

Looks like just 1 thing

@@ -2,8 +2,8 @@

var assert = require('assert');

var map = require('lodash.map');
var flatten = require('lodash.flatten');
var map = require('collection-map');
Copy link
Member

Choose a reason for hiding this comment

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

I think this should be arr-map. It's fine adding the extra dependency because it should be deduped with collection-map

@phated phated merged commit 212fd7d into gulpjs:master Feb 26, 2017
AlexHenkel pushed a commit to AlexHenkel/undertaker that referenced this pull request Feb 26, 2017
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