Comparing version 0.2.2 to 0.2.3
@@ -33,3 +33,3 @@ "use strict"; | ||
for (let i = 0; i < validExtensionsList.length; i++) { | ||
if (fileName.endsWith(validExtensionsList[i])) { | ||
if (fileName.endsWith(`.${validExtensionsList[i]}`)) { | ||
return true; | ||
@@ -36,0 +36,0 @@ } |
{ | ||
"name": "symply", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "A simple static site generator.", | ||
@@ -5,0 +5,0 @@ "author": "Oleg Legun <oleg.legun@gmail.com>", |
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
175641