mirror of
https://github.com/bower/bower.git
synced 2026-01-15 01:08:07 -05:00
colors.js has serious deficiencies like extending String.prototype which can cause all kinds of problems. Two modules using colors.js can conflict with each others, and it infects imported child modules. It's also better to explicit. [chalk](https://github.com/sindresorhus/chalk)