Comparing version 0.7.2 to 0.7.3
@@ -129,3 +129,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
saveMode = options.saveMode, includeExtname = options.includeExtname, excludeExtname = options.excludeExtname, openCache = options.openCache, mkdirIfSingle = options.mkdirIfSingle; | ||
exts = (includeExtname || configIncludeExtname || excludeExtname ? '' : defaultInclude) | ||
exts = (includeExtname || configIncludeExtname || (excludeExtname || configExcludeExtname) ? '' : defaultInclude) | ||
.split(',') | ||
@@ -132,0 +132,0 @@ .filter(Boolean) |
{ | ||
"name": "hlink", | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"description": "hlink", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
90490