module.exports = {
	description: 'generates UMD export with correct moduleName',
	command: 'rollup main.js --format umd --name myBundle'
};