summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/colors/safe.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/colors/safe.js')
-rw-r--r--deps/npm/node_modules/colors/safe.js7
1 files changed, 3 insertions, 4 deletions
diff --git a/deps/npm/node_modules/colors/safe.js b/deps/npm/node_modules/colors/safe.js
index a013d54246..a6a1f3ab47 100644
--- a/deps/npm/node_modules/colors/safe.js
+++ b/deps/npm/node_modules/colors/safe.js
@@ -1,10 +1,9 @@
//
-// Remark: Requiring this file will use the "safe" colors API,
-// which will not touch String.prototype.
+// Remark: Requiring this file will use the "safe" colors API which will not touch String.prototype
//
-// var colors = require('colors/safe');
+// var colors = require('colors/safe);
// colors.red("foo")
//
//
var colors = require('./lib/colors');
-module['exports'] = colors;
+module['exports'] = colors; \ No newline at end of file