From f936bedc26679c11966a3920cd14d4ea0226c064 Mon Sep 17 00:00:00 2001 From: Ivan Tymoshenko Date: Sun, 5 Nov 2023 19:20:33 +0100 Subject: [PATCH] chore: add homepage to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index ccfb8e5..83165f9 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,7 @@ ], "author": "Ivan Tymoshenko ", "license": "MIT", + "homepage": "https://github.com/fastify/json-schema-ref-resolver#readme", "dependencies": { "fast-deep-equal": "^3.1.3" },