blob: 05b528447cdfaaaf59e4aa4772479f71f82e887e [file] [log] [blame]
var registry = require('./registry/registry')
module.exports = function(plugin_path) {
// plugin_path is an array of paths
return registry.publish(plugin_path);
}