-
-
Notifications
You must be signed in to change notification settings - Fork 156
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
Conversation
There was a problem hiding this 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.
lib/prepare-write.js
Outdated
@@ -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'); |
There was a problem hiding this comment.
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'); |
There was a problem hiding this comment.
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/symlink/index.js
Outdated
@@ -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'); |
There was a problem hiding this comment.
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
👍 |
No description provided.