unused-package
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "unused-package", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "unused.js", |
@@ -79,3 +79,3 @@ const directories = __dirname.split("/"); | ||
if (entries.length === 0) { | ||
throw new Error("entry in unused.config.json cannot be empty"); | ||
throw new Error("entries key cannot be empty"); | ||
} | ||
@@ -82,0 +82,0 @@ for (const entry of entries) { |
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
4570