aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/coffee-script/bin/coffee
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/src/main/webapp/vnfmarket/node_modules/coffee-script/bin/coffee')
-rw-r--r--vnfmarket/src/main/webapp/vnfmarket/node_modules/coffee-script/bin/coffee7
1 files changed, 0 insertions, 7 deletions
diff --git a/vnfmarket/src/main/webapp/vnfmarket/node_modules/coffee-script/bin/coffee b/vnfmarket/src/main/webapp/vnfmarket/node_modules/coffee-script/bin/coffee
deleted file mode 100644
index 3d1d71c8..00000000
--- a/vnfmarket/src/main/webapp/vnfmarket/node_modules/coffee-script/bin/coffee
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/env node
-
-var path = require('path');
-var fs = require('fs');
-var lib = path.join(path.dirname(fs.realpathSync(__filename)), '../lib');
-
-require(lib + '/coffee-script/command').run();