Version 1
[yaffs-website] / node_modules / colors / safe.js
diff --git a/node_modules/colors/safe.js b/node_modules/colors/safe.js
new file mode 100644 (file)
index 0000000..a6a1f3a
--- /dev/null
@@ -0,0 +1,9 @@
+//
+// Remark: Requiring this file will use the "safe" colors API which will not touch String.prototype
+//
+//   var colors = require('colors/safe);
+//   colors.red("foo")
+//
+//
+var colors = require('./lib/colors');
+module['exports'] = colors;
\ No newline at end of file