From b175acd82768aa132134eccfde90a7d51153f271 Mon Sep 17 00:00:00 2001 From: Shiva Prasad Date: Mon, 1 Jun 2026 18:41:33 +1200 Subject: [PATCH] Add repository metadata to package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index c14f9ab..27ebf0e 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,8 @@ { + "repository": { + "type": "git", + "url": "https://github.com/pewdiepie-archdaemon/odysseus.git" + }, "devDependencies": { "@antithesishq/bombadil": "^0.3.2" },