mirror of
https://github.com/bower/bower.git
synced 2026-02-11 14:34:58 -05:00
Initial take on the commands + renderers + cli.
This commit is contained in:
7
lib/renderers/mute.js
Normal file
7
lib/renderers/mute.js
Normal file
@@ -0,0 +1,7 @@
|
||||
function empty() {
|
||||
return '';
|
||||
}
|
||||
|
||||
module.exports.data = empty;
|
||||
module.exports.error = empty;
|
||||
module.exports.end = empty;
|
||||
Reference in New Issue
Block a user