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

Lock file maintenance #61

Merged
merged 2 commits into from
Jun 5, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading