Skip to content

Commit

Permalink
Use tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
guw committed Jul 12, 2023
1 parent 538158a commit 39b617f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ gulp.task('prepare_pre_release', function (done) {
const insiderPackageJson = Object.assign(packageJson, {
version: `${major}.${minor}.${patch}`,
});
fse.writeFileSync("./package.json", JSON.stringify(insiderPackageJson, null, 2));
fse.writeFileSync("./package.json", JSON.stringify(insiderPackageJson, null, "\t"));
done();
});

Expand Down

0 comments on commit 39b617f

Please sign in to comment.