From f33e7151d488ed47f0cc1c8426660ae5289df57d Mon Sep 17 00:00:00 2001 From: simon Date: Thu, 27 Feb 2020 18:59:24 +0100 Subject: [PATCH] chore: add github link to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index a3dfcea..d8df9be 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "engines": { "node": ">13.9.x" }, + "homepage": "https://github.com/simllll/node-radius-server", "scripts": { "debug": "DEBUG=radius:* node dist/app.js", "start": "node dist/app.js",