mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
format the package.json file
Original commit: elastic/kibana-plugin-helpers@c474820bb5
This commit is contained in:
parent
a145458138
commit
5bc1308422
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ module.exports = function (plugin) {
|
|||
date: new Date().toString()
|
||||
};
|
||||
|
||||
file.contents = toBuffer(JSON.stringify(pkg));
|
||||
file.contents = toBuffer(JSON.stringify(pkg, null, 2));
|
||||
}
|
||||
|
||||
return file;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue