From b07a3359c5a55f30637ba33ad9a9e092856e25d1 Mon Sep 17 00:00:00 2001 From: Hugo Dias Date: Mon, 28 Mar 2022 12:52:58 +0100 Subject: [PATCH] fix: add github repo to package.json --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 8960818..788f241 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,9 @@ "types": "dist/src/index.d.ts", "type": "module", "license": "MIT", + "repository": { + "url": "nftstorage/ucan.storage" + }, "bin": { "ucan-storage": "./src/cli.js" },