From dbe54f0924ecefdac72896e1e556b79d67f9dbe1 Mon Sep 17 00:00:00 2001 From: James Ray Date: Mon, 4 Nov 2024 23:44:28 -0800 Subject: [PATCH] adds homepage and bugs link to package.json, tags 3.2.88 --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index cf76d273..40818f22 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,10 @@ "tailwindcss" ], "author": "DesignLab", + "homepage": "https://nasa-jpl.github.io/explorer-1/", + "bugs": { + "url": "https://github.com/nasa-jpl/explorer-1/issues" + }, "repository": { "type": "git", "url": "https://github.com/nasa-jpl/explorer-1"