extensionless
Advanced tools
Comparing version 1.5.3 to 1.5.4
{ | ||
"name": "extensionless", | ||
"version": "1.5.3", | ||
"version": "1.5.4", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "exports": { |
@@ -22,3 +22,3 @@ import {readFile} from 'fs/promises' | ||
let getConfig = async ({argv1} = {}) => { | ||
export async function getConfig({argv1} = {}) { | ||
let defaults = { | ||
@@ -38,5 +38,1 @@ lookFor: ['js'] | ||
} | ||
export { | ||
getConfig | ||
} |
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
6484
64