mirror of
https://github.com/bower/bower.git
synced 2026-02-11 06:24:57 -05:00
14 lines
171 B
JavaScript
14 lines
171 B
JavaScript
var silent;
|
|
|
|
function empty() {}
|
|
|
|
// -------------------------
|
|
|
|
silent = {
|
|
begin: empty,
|
|
end: empty,
|
|
error: empty,
|
|
data: empty
|
|
};
|
|
|
|
module.exports = silent; |