From 0bdaaf3ff88a1d7af6a9b7d4b5aa3d818101815c Mon Sep 17 00:00:00 2001 From: Jacob Paris Date: Thu, 18 Jul 2024 12:39:12 -0400 Subject: [PATCH] add homepage to package.json I got trapped on the npm download page and it didn't link to the github repo --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 84f8092..d7f151b 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,7 @@ "epic" ], "author": "Kent C. Dodds (https://kentcdodds.com/)", + "homepage": "https://github.com/epicweb-dev/config", "license": "MIT", "dependencies": { "@eslint/compat": "^1.1.0",