Comparing version 0.2.8 to 0.2.9
@@ -15,5 +15,6 @@ function isLocal(path) { | ||
function shouldInclude(key, path) { | ||
var includeExternal = opts.includeExternal || []; | ||
return isLocal(path) || | ||
bundleExternal || | ||
opts.includeExternal.indexOf(key) !== -1; | ||
includeExternal.indexOf(key) !== -1; | ||
} | ||
@@ -20,0 +21,0 @@ |
{ | ||
"name": "amend", | ||
"version": "0.2.8", | ||
"version": "0.2.9", | ||
"description": "Dependency injection module and IoC container.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
20138
277