@18f/us-federal-holidays
Advanced tools
Comparing version 2.1.1 to 3.0.0
@@ -181,3 +181,3 @@ const dayjs = require("dayjs"); | ||
endDate = getOneYearFromNow(), | ||
options | ||
options = undefined | ||
) => { | ||
@@ -184,0 +184,0 @@ const startYear = startDate.getFullYear(); |
{ | ||
"name": "@18f/us-federal-holidays", | ||
"version": "2.1.1", | ||
"version": "3.0.0", | ||
"description": "All about US federal holidays", | ||
@@ -27,3 +27,3 @@ "main": "index.js", | ||
"engines": { | ||
"node": ">=10.0.0" | ||
"node": ">=12.0.0" | ||
}, | ||
@@ -37,8 +37,8 @@ "scripts": { | ||
"devDependencies": { | ||
"eslint": "^7.30.0", | ||
"eslint-config-airbnb-base": "^14.2.1", | ||
"eslint": "^8.24.0", | ||
"eslint-config-airbnb-base": "^15.0.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-import": "^2.17.2", | ||
"prettier": "^2.3.2", | ||
"tap": "^15.0.9" | ||
"tap": "^16.3.0" | ||
}, | ||
@@ -45,0 +45,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
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
28413