quitando basura del index
[VSoRC/.git] / node_modules / node-static / node_modules / colors / safe.js
diff --git a/node_modules/node-static/node_modules/colors/safe.js b/node_modules/node-static/node_modules/colors/safe.js
deleted file mode 100644 (file)
index a013d54..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-//
-// 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;