From 7991d7cbb77f84c96285bb776feb22994d67c8e8 Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Tue, 11 Jun 2024 13:03:33 +0100 Subject: [PATCH] fix: add missing repo URL --- packages/cli/package.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index 48dce13..7e6aba1 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -24,5 +24,13 @@ "parse-duration": "^1.1.0", "sade": "^1.8.1", "typescript": "^5.1.6" - } + }, + "repository": { + "type": "git", + "url": "git+https://github.com/w3s-project/content-claims.git" + }, + "bugs": { + "url": "https://github.com/w3s-project/content-claims/issues" + }, + "homepage": "https://github.com/w3s-project/content-claims/tree/main/packages/cli" }