Skip to content

Commit

Permalink
feat: improve package.json formatting after depsUpdate
Browse files Browse the repository at this point in the history
  • Loading branch information
esatterwhite authored and antongolub committed Jul 7, 2020
1 parent b05ebca commit 2ea4bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/createInlinePluginCreator.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function createInlinePluginCreator(packages, multiContext) {
});

// Write package.json back out.
writeFileSync(path, JSON.stringify(manifest));
writeFileSync(path, JSON.stringify(manifest, null, 2));
};

/**
Expand Down

0 comments on commit 2ea4bbd

Please sign in to comment.