From a307efaf9f2914beb7d5e37899bccb92fd3e9161 Mon Sep 17 00:00:00 2001 From: Keith Cirkel Date: Tue, 7 Mar 2023 17:50:53 +0000 Subject: [PATCH] fix repository field in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d6beee7..89a4570 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "manifest": "custom-elements-manifest analyze" }, "prettier": "@github/prettier-config", - "repository": "github/time-elements", + "repository": "github/relative-time-element", "devDependencies": { "@custom-elements-manifest/analyzer": "^0.6.4", "@github/prettier-config": "^0.0.6",