getfeiertage.js
Advanced tools
Comparing version 2.0.9 to 2.0.10
@@ -20,3 +20,3 @@ { | ||
"name": "getfeiertage.js", | ||
"version": "2.0.9", | ||
"version": "2.0.10", | ||
"main": "index.js", | ||
@@ -23,0 +23,0 @@ "repository": { |
@@ -14,3 +14,3 @@ const GenerateDate = {}; | ||
return new Date(`${year}-${dateMonth}-${dateDay}T00:00:00`); | ||
return new Date(`${year}-${dateMonth}-${dateDay}`); | ||
}; | ||
@@ -17,0 +17,0 @@ |
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
25478