Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Mar 23, 2019
1 parent d62867a commit d7804a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ module.exports = co.wrap(function*(name, opts = {}) {
if (yarnGlobal.inDirectory(__dirname)) {
config.resolve.modules.push(path.join(yarnGlobal.getDirectory()))
}

if (opts.resolve) {
config.resolve.modules = config.resolve.modules.concat(opts.resolve)
}
Expand Down

0 comments on commit d7804a9

Please # to comment.