Files @ db4a56f7b2c1
Branch filter:

Location: symposion_app/gulp/tasks/cleanup.js

Sachi King
Removing stale package - Raven
/**
 * Dependencies
 */
const cleanup = require('gulp-cleanup');

/**
 * Module body / Expose
 */
module.exports = config => {
  config = config || {};
  return cleanup();
};