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

Resolved Issue 220: Replaced lodash w koalas #221

Merged
merged 2 commits into from
Feb 25, 2017

Conversation

rickyplouis
Copy link
Contributor

No description provided.

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.

I like to have the variables the same name as the package name. Just personal preference.

@@ -4,7 +4,7 @@ var assign = require('object-assign');
var path = require('path');
var fs = require('graceful-fs');
var valueOrFunction = require('value-or-function');
var defaultTo = require('lodash.defaultto');
var defaultTo = require('koalas');
Copy link
Member

Choose a reason for hiding this comment

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

rename the variable to koalas

lib/src/index.js Outdated
@@ -8,7 +8,7 @@ var merge = require('merge-stream');
var sourcemaps = require('gulp-sourcemaps');
var isValidGlob = require('is-valid-glob');
var valueOrFunction = require('value-or-function');
var defaultTo = require('lodash.defaultto');
var defaultTo = require('koalas');
Copy link
Member

Choose a reason for hiding this comment

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

rename the variable to koalas

@@ -5,7 +5,7 @@ var path = require('path');
var fs = require('graceful-fs');
var through2 = require('through2');
var valueOrFunction = require('value-or-function');
var defaultTo = require('lodash.defaultto');
var defaultTo = require('koalas');
Copy link
Member

Choose a reason for hiding this comment

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

rename the variable to koalas

@phated
Copy link
Member

phated commented Feb 25, 2017

👍

@phated phated merged commit 728df8e into gulpjs:master Feb 25, 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