diff options
author | Florian Dold <florian.dold@gmail.com> | 2018-09-20 02:56:13 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2018-09-20 02:56:13 +0200 |
commit | bbff7403fbf46f9ad92240ac213df8d30ef31b64 (patch) | |
tree | c58400ec5124da1c7d56b01aea83309f80a56c3b /node_modules/rc/index.js | |
parent | 003fb34971cf63466184351b4db5f7c67df4f444 (diff) |
update packages
Diffstat (limited to 'node_modules/rc/index.js')
-rwxr-xr-x | node_modules/rc/index.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/node_modules/rc/index.js b/node_modules/rc/index.js index 6f8f1139d..65eb47afe 100755 --- a/node_modules/rc/index.js +++ b/node_modules/rc/index.js @@ -1,4 +1,3 @@ -#! /usr/bin/env node var cc = require('./lib/utils') var join = require('path').join var deepExtend = require('deep-extend') @@ -52,9 +51,3 @@ module.exports = function (name, defaults, argv, parse) { configFiles.length ? {configs: configFiles, config: configFiles[configFiles.length - 1]} : undefined, ])) } - -if(!module.parent) { - console.log( - JSON.stringify(module.exports(process.argv[2]), false, 2) - ) -} |