summaryrefslogtreecommitdiffstats
path: root/node_modules/is-installed-globally/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/is-installed-globally/index.js')
-rw-r--r--node_modules/is-installed-globally/index.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/node_modules/is-installed-globally/index.js b/node_modules/is-installed-globally/index.js
deleted file mode 100644
index 5092c2b..0000000
--- a/node_modules/is-installed-globally/index.js
+++ /dev/null
@@ -1,5 +0,0 @@
-'use strict';
-const globalDirs = require('global-dirs');
-const isPathInside = require('is-path-inside');
-
-module.exports = isPathInside(__dirname, globalDirs.yarn.packages) || isPathInside(__dirname, globalDirs.npm.packages);