From f64892d9ea83d7e628c8a62991a053eca04132d3 Mon Sep 17 00:00:00 2001 From: Brent Jackson Date: Wed, 6 Jun 2018 17:11:00 -0400 Subject: [PATCH] Remove comment --- lib/config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/config.js b/lib/config.js index ee07cae..04dafb0 100644 --- a/lib/config.js +++ b/lib/config.js @@ -52,7 +52,6 @@ module.exports = { modules: [ __dirname, path.join(__dirname, '../node_modules'), - // testing relative path for global installs path.relative(process.cwd(), path.join(__dirname, '../node_modules')), 'node_modules' ]