Releases: gulp-community/gulp-json-editor
Releases · gulp-community/gulp-json-editor
v2.3.0
Add option to disable beautification
Example:
gulp.src("./manifest.json")
.pipe(jeditor({
'version': '1.2.3'
},
{
beautify: false
}))
.pipe(gulp.dest("./dest"));