italian-holidays
Advanced tools
Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "italian-holidays", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "tool to retrieve italian holidays", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -16,3 +16,3 @@ ![npm (scoped)](https://img.shields.io/npm/v/@marikamella/ita-holidays) | ||
`console.log(ita-holidays.getHolidays(2019, 'it'));` | ||
`console.log(itaHolidays.getHolidays(2019, 'it'));` | ||
this will get an object like this: | ||
@@ -27,5 +27,5 @@ `{` | ||
`console.log(ita-holidays.getHolidaysOnlyDays(2019));` | ||
`console.log(itaHolidays.getHolidaysOnlyDays(2019));` | ||
**year is optional** | ||
this will get an array of dates formatted like this: DD/MM/YYYY | ||
if year is omitted, the array will include dates from current year to 2023 |
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
11130