blob: be1b4b4582a85b7cafcca74ef5957d13975eaa0e [file] [log] [blame]
var registry = require('./registry/registry')
module.exports = function(plugin) {
return registry.unpublish(plugin);
}