Files
bower/lib/commands/index.js
André Cruz 20ba998383 Implement the uninstall command.
Made also some tweaks to the render stuff.
2013-05-30 21:57:05 +01:00

7 lines
165 B
JavaScript

module.exports = {
'help': require('./help'),
'install': require('./install'),
'update': require('./update'),
'uninstall': require('./uninstall')
};