Use require.resolve as a fallback of path.resolve (#342)

This commit is contained in:
Alexander Kachkaev 2020-10-22 04:40:54 +01:00 committed by David Anson
parent bc0b7373ff
commit 4bff44e33f
9 changed files with 5672 additions and 8 deletions

View file

@ -0,0 +1,4 @@
{
"no-hard-tabs": false,
"whitespace": false
}

3
test/node_modules/pseudo-package/package.json generated vendored Normal file
View file

@ -0,0 +1,3 @@
{
"main": "config-frompackage.json"
}