Closed matthewp closed 6 years ago
This fixes a case where someone might use ../ to point to the package.json main and the package.json contains ./ in it.
../
./
This fixes a case where someone might use
../
to point to the package.json main and the package.json contains./
in it.