From ad98b235109598f31c182d5fcbce981330b36df4 Mon Sep 17 00:00:00 2001 From: Federico Grandi Date: Mon, 10 Aug 2020 21:39:39 +0200 Subject: [PATCH] fix: add homepage link to package file --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 93d2593..ac523d0 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,7 @@ "bugs": { "url": "https://github.com/dbots-pkg/dbothook.js/issues" }, + "homepage": "https://dbothook.js.org", "dependencies": { "@types/express": "^4.17.4", "express": "^4.17.1",