module.exports = function(pluginConfig, options, cb) { cb(null, {pluginConfig, options}); };