diff options
Diffstat (limited to 'node_modules/is-path-in-cwd/index.js')
-rw-r--r-- | node_modules/is-path-in-cwd/index.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/node_modules/is-path-in-cwd/index.js b/node_modules/is-path-in-cwd/index.js deleted file mode 100644 index 75611656a..000000000 --- a/node_modules/is-path-in-cwd/index.js +++ /dev/null @@ -1,6 +0,0 @@ -'use strict'; -var isPathInside = require('is-path-inside'); - -module.exports = function (str) { - return isPathInside(str, process.cwd()); -}; |