From c3373becc9a1393b2e03c8cd6c154601481a60dd Mon Sep 17 00:00:00 2001 From: Kumar Priyansh Date: Fri, 3 Jan 2020 18:34:23 +0530 Subject: Rewriting the app from scratch with Swift 5 --- cordova/node_modules/shelljs/global.js | 3 --- 1 file changed, 3 deletions(-) delete mode 100755 cordova/node_modules/shelljs/global.js (limited to 'cordova/node_modules/shelljs/global.js') 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]; -- cgit v1.2.3