From 5c88f66ac22186b804358b723ea2e0eb3408a8e9 Mon Sep 17 00:00:00 2001 From: Jocelyn Knight Date: Sat, 20 Sep 2025 10:56:39 -0700 Subject: [PATCH] Fix: Correct date_created from January to September --- frontend/public/json/verdaccio.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/public/json/verdaccio.json b/frontend/public/json/verdaccio.json index 710c54b9..e1194b78 100644 --- a/frontend/public/json/verdaccio.json +++ b/frontend/public/json/verdaccio.json @@ -4,7 +4,7 @@ "categories": [ 20 ], - "date_created": "2025-01-19", + "date_created": "2025-09-19", "type": "ct", "updateable": true, "privileged": false,