/** * Bud file for update.sh */ "use strict"; var coz = require('coz'), updateShBud = coz.bud.factory.updateShBud; module.exports = updateShBud({ pkg: require('../package.json') }); if (!module.parent) { coz.render(__filename); }