Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bdistin authored Jun 30, 2017
1 parent fb56d3c commit d11a846
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ exports.outputFileAtomic = (file, data, encoding) => this.outputFile(file, data,
exports.outputJSON = exports.outputJson = async (file, data, options, atomic = false) => {
const dir = dirname(file);
if (!await this.pathExists(dir)) await this.mkdirs(dir);

return this.writeJSON(file, data, options, atomic);
};

Expand Down

0 comments on commit d11a846

Please sign in to comment.