From dd6c4f0f4f5b6ebaa2f5989a27bfbe028199a50d Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 22 Jun 2026 18:51:27 +0100 Subject: [PATCH] chore: replace http with https in urls --- package.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/package.json b/package.json index b5dc5f3..d216baa 100644 --- a/package.json +++ b/package.json @@ -40,12 +40,6 @@ } ], "license": "MIT", - "licenses": [ - { - "type": "MIT", - "url": "http://opensource.org/licenses/MIT" - } - ], "bugs": { "url": "https://github.com/fastify/fastify-flash/issues" },