aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/colors/lib/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/src/main/webapp/vnfmarket/node_modules/colors/lib/index.js')
-rw-r--r--vnfmarket/src/main/webapp/vnfmarket/node_modules/colors/lib/index.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/vnfmarket/src/main/webapp/vnfmarket/node_modules/colors/lib/index.js b/vnfmarket/src/main/webapp/vnfmarket/node_modules/colors/lib/index.js
deleted file mode 100644
index fd0956d0..00000000
--- a/vnfmarket/src/main/webapp/vnfmarket/node_modules/colors/lib/index.js
+++ /dev/null
@@ -1,12 +0,0 @@
-var colors = require('./colors');
-module['exports'] = colors;
-
-// Remark: By default, colors will add style properties to String.prototype
-//
-// If you don't wish to extend String.prototype you can do this instead and native String will not be touched
-//
-// var colors = require('colors/safe);
-// colors.red("foo")
-//
-//
-require('./extendStringPrototype')(); \ No newline at end of file