diff --git a/colors.js b/colors.js index d0a3e2b..02d2865 100644 --- a/colors.js +++ b/colors.js @@ -23,8 +23,6 @@ THE SOFTWARE. */ -var sys = require('sys'); - ['bold', 'underline', 'italic', 'inverse', 'grey', 'yellow', 'red', 'green', 'blue', 'white', 'cyan', 'magenta'].forEach(function (style) { Object.defineProperty(String.prototype, style, { get: function () {