From 85fb3fc225848b5787aba4fa63a86c1133cc495f Mon Sep 17 00:00:00 2001 From: Seth Date: Wed, 10 May 2023 00:33:59 +0800 Subject: [PATCH] chore: add repository in package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index a240bef..31bed11 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,10 @@ "name": "superical", "url": "https://github.com/superical" }, + "repository": { + "type": "git", + "url": "https://github.com/superical/time-lock-vault.git" + }, "license": "AGPL-3.0-or-later", "devDependencies": { "@chainlink/contracts": "^0.6.1",