extensionless
Advanced tools
Comparing version 1.3.4 to 1.3.5
{ | ||
"name": "extensionless", | ||
"version": "1.3.4", | ||
"version": "1.3.5", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -5,3 +5,3 @@ import {access, existsSync, readFileSync} from 'fs' | ||
let pkgJson, curDir, upDir = isAbsolute(argv[1] ?? '') ? dirname(argv[1]) : cwd() | ||
let pkgJson, curDir, upDir = isAbsolute(argv[1] ?? '') ? argv[1] : cwd() | ||
do { | ||
@@ -8,0 +8,0 @@ let path = join(curDir = upDir, 'package.json') |
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
5488