Comparing version 0.2.3 to 0.2.4
{ | ||
"name": "publint", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Lint packaging errors", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -60,2 +60,8 @@ import { | ||
const internalPath = vfs.pathJoin(pkgDir, p) | ||
if ( | ||
_packedFiles && | ||
_packedFiles.every((f) => !f.startsWith(internalPath)) | ||
) { | ||
continue | ||
} | ||
if (await vfs.isPathExist(internalPath)) { | ||
@@ -62,0 +68,0 @@ messages.push({ |
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
70196
1835