UNPKG

vrrv-installer-builder

Version:

A complete solution to package and build a ready for distribution Electron app for MacOS, Windows and Linux with “auto update” support out of the box

10 lines (7 loc) 282 B
var jsonFile = require('./jsonfile') jsonFile.outputJsonSync = require('./output-json-sync') jsonFile.outputJson = require('./output-json') // aliases jsonFile.outputJSONSync = require('./output-json-sync') jsonFile.outputJSON = require('./output-json') module.exports = jsonFile