Skip to content
This repository was archived by the owner on Apr 4, 2020. It is now read-only.

Commit 2be1fd9

Browse files
Update postinstall.js
1 parent 38afff4 commit 2be1fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postinstall.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ let postInstall = {
203203
const manifest = require(manifestFilePath);
204204
manifest.permissions.push('*://*/*');
205205
try {
206-
fs.writeFileSync(manifestFilePath, JSON.stringify(manifest));
206+
fs.writeFileSync(manifestFilePath, JSON.stringify(manifest, null, 2));
207207
} catch (error) {
208208
this.data.anErrorOccured = true;
209209
console.log('Vue-DevTools: Error saving manifest.json file');

0 commit comments

Comments
 (0)