From 8240f0a5dafe6dade4e98c49534ccbc80f65f7f9 Mon Sep 17 00:00:00 2001 From: GeK2K <149762577+GeK2K@users.noreply.github.com> Date: Sun, 26 May 2024 10:37:28 +0200 Subject: [PATCH] Added package businessdays (#2880) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 1ffa21b..904a1c5 100644 --- a/packages.json +++ b/packages.json @@ -33487,6 +33487,20 @@ "license": "BSD-3-Clause", "web": "https://github.com/penguinite/rng" }, + { + "name": "businessdays", + "url": "https://github.com/GeK2K/businessdays", + "method": "git", + "tags": [ + "calendar", + "businessday", + "bizday", + "holiday" + ], + "description": "Business Days (or Working Days) calculator.", + "license": "MIT", + "web": "https://github.com/GeK2K/businessdays" + }, { "name": "nim_lk", "url": "https://git.sr.ht/~ehmry/nim_lk",