module.exports = {
description: 'uses ES6 module config file',
command: 'rollup --config rollup.config.js',
execute: true
};