extensionless
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "extensionless", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -47,4 +47,2 @@ import {access, existsSync, readFileSync} from 'fs' | ||
} | ||
return '' | ||
} | ||
@@ -58,5 +56,5 @@ | ||
&& !extname(basename(spec)) | ||
&& await findPostfix(spec, context) | ||
&& await findPostfix(spec, context) || '' | ||
return await nextResolve(specifier + postfix) | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4065
46