@travetto/base
Advanced tools
Comparing version 0.0.86 to 0.0.87
@@ -16,2 +16,5 @@ #!/usr/bin/env node | ||
const LOADED = {}; | ||
if (!fs.existsSync(CACHE_DIR)) { | ||
fs.mkdirSync(CACHE_DIR); | ||
} | ||
for (const f of fs.readdirSync(CACHE_DIR)) { | ||
@@ -18,0 +21,0 @@ const full = f.replace(CACHE_SEP_RE, '/'); |
@@ -22,3 +22,3 @@ { | ||
"scripts": {}, | ||
"version": "0.0.86" | ||
"version": "0.0.87" | ||
} |
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
32069
955