mirror of
https://github.com/bower/bower.git
synced 2026-02-11 22:44:58 -05:00
Initial take on the commands + renderers + cli.
This commit is contained in:
5
lib/renderers/index.js
Normal file
5
lib/renderers/index.js
Normal file
@@ -0,0 +1,5 @@
|
||||
module.exports = {
|
||||
cli: require('./cli'),
|
||||
json: require('./json'),
|
||||
mute: require('./mute')
|
||||
};
|
||||
Reference in New Issue
Block a user