Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Lock file maintenance (#61)
Browse files Browse the repository at this point in the history
* Lock file maintenance
* Run `yarn lint --fix` to resolve new Prettier error
  • Loading branch information
renovate[bot] authored and edmorley committed Jun 5, 2018
1 parent 59c1068 commit a2b1524
Show file tree
Hide file tree
Showing 2 changed files with 141 additions and 123 deletions.
5 changes: 1 addition & 4 deletions src/Config.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,7 @@ module.exports = class extends ChainedMap {
}

toString(options) {
return module.exports.toString(
this.toConfig(),
options
);
return module.exports.toString(this.toConfig(), options);
}

merge(obj = {}, omit = []) {
Expand Down

0 comments on commit a2b1524

Please sign in to comment.