@modjo/core
Advanced tools
Comparing version 1.7.0 to 1.7.1
{ | ||
"name": "@modjo/core", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -51,3 +51,7 @@ const path = require("path") | ||
if ( | ||
!(err.code === "MODULE_NOT_FOUND" && err.message.includes(`"${key}"`)) | ||
!( | ||
err.code === "MODULE_NOT_FOUND" && | ||
(err.message.includes(`"${key}"`) || | ||
err.message.includes("/build/requires.js")) | ||
) | ||
) { | ||
@@ -54,0 +58,0 @@ throw err |
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
22669
756