1
1
mirror of https://github.com/c8r/x0.git synced 2024-08-16 17:00:24 +03:00

Remove comment

This commit is contained in:
Brent Jackson 2018-06-06 17:11:00 -04:00
parent 5ecefdb515
commit f64892d9ea

View File

@ -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'
]