From f9a313155e112d6e3340f56f6e9917d3059de6de Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 18 Nov 2024 12:02:05 +0000 Subject: [PATCH] chore(package): add homepage url --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index d9cb431e..8ad42f21 100644 --- a/package.json +++ b/package.json @@ -136,6 +136,7 @@ "type": "git", "url": "git+https://github.com/gajus/eslint-plugin-jsdoc.git" }, + "homepage": "https://github.com/gajus/eslint-plugin-jsdoc#readme", "run-if-changed": { "package-lock.json": "npm run install-offline" },