From cc97a4dd2a967e1c2273bd5f4c5f49a5bf2e2585 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 27 Mar 2019 21:01:33 +0100 Subject: remove node_modules --- node_modules/shelljs/plugin.js | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 node_modules/shelljs/plugin.js (limited to 'node_modules/shelljs/plugin.js') diff --git a/node_modules/shelljs/plugin.js b/node_modules/shelljs/plugin.js deleted file mode 100644 index f879ab320..000000000 --- a/node_modules/shelljs/plugin.js +++ /dev/null @@ -1,16 +0,0 @@ -// Various utilties exposed to plugins - -require('./shell'); // Create the ShellJS instance (mandatory) - -var common = require('./src/common'); - -var exportedAttributes = [ - 'error', // For signaling errors from within commands - 'parseOptions', // For custom option parsing - 'readFromPipe', // For commands with the .canReceivePipe attribute - 'register', // For registering plugins -]; - -exportedAttributes.forEach(function (attr) { - exports[attr] = common[attr]; -}); -- cgit v1.2.3