From 0d125453fadb04d473bdbd1e355eaf5f84d47e32 Mon Sep 17 00:00:00 2001 From: D'Angelo Rodriguez <70290504+dangelo352@users.noreply.github.com> Date: Mon, 22 Jun 2026 05:22:51 -0400 Subject: [PATCH] chore: use HTTPS package metadata --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c829a1e..297e6d8 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "author": "RGBboy ", "repository" : { "type" : "git", - "url" : "http://github.com/RGBboy/express-flash" + "url" : "https://github.com/RGBboy/express-flash" }, "main": "index", "engines": { @@ -28,4 +28,4 @@ "unit" : "make unit", "spec" : "make spec" } -} \ No newline at end of file +}