From 3259b561e7cffd37c6a3268fb5206739b45a6b06 Mon Sep 17 00:00:00 2001 From: GeK2K <149762577+GeK2K@users.noreply.github.com> Date: Mon, 13 May 2024 03:08:30 +0200 Subject: [PATCH] Added package nudates (#2870) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 6b93f31..1992eed 100644 --- a/packages.json +++ b/packages.json @@ -33363,5 +33363,16 @@ "description": "UI library for HappyX web framework", "license": "MIT", "web": "https://github.com/HapticX/happyx-ui" + }, + { + "name": "nudates", + "url": "https://github.com/GeK2K/nudates", + "method": "git", + "tags": [ + "dates" + ], + "description": "Some useful tools when working with dates.", + "license": "MIT", + "web": "https://github.com/GeK2K/nudates" } ]