chrono-holidays
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -84,3 +84,5 @@ 'use strict'; | ||
holidays.forEach(function (holiday) { | ||
custom.addHoliday(holiday); | ||
if (!('meta' in holiday)) { | ||
custom.addHoliday(holiday); | ||
} | ||
}); | ||
@@ -87,0 +89,0 @@ }); |
{ | ||
"name": "chrono-holidays", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Holidays addition to `chrono`", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
9960
6
84