From 3520765cfa51af38dae6949c9afb795ca5da0fb9 Mon Sep 17 00:00:00 2001 From: Nicolas Brugneaux Date: Thu, 19 Oct 2023 17:28:00 +0200 Subject: [PATCH] chore: add repository to package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 09cc6bd..e8f31e4 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,10 @@ "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", "types": "./lib/index.d.ts", + "repository": { + "type": "git", + "url": "https://github.com/celo-org/compliance" + }, "files": [ "lib", "ofac.sanctions.json"