aboutsummaryrefslogtreecommitdiff
path: root/cordova/node_modules/shelljs/global.js
diff options
context:
space:
mode:
Diffstat (limited to 'cordova/node_modules/shelljs/global.js')
-rwxr-xr-xcordova/node_modules/shelljs/global.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/cordova/node_modules/shelljs/global.js b/cordova/node_modules/shelljs/global.js
deleted file mode 100755
index 97f0033..0000000
--- a/cordova/node_modules/shelljs/global.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var shell = require('./shell.js');
-for (var cmd in shell)
- global[cmd] = shell[cmd];