From c2ff5d335b9dcdf690f05248c92eaf2c64d78fcc Mon Sep 17 00:00:00 2001 From: David Snelling Date: Wed, 11 Jun 2025 09:03:04 -0700 Subject: [PATCH] chore: add repository information to package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 2fedfa29..b2f9559e 100644 --- a/package.json +++ b/package.json @@ -56,6 +56,10 @@ "publishConfig": { "access": "restricted" }, + "repository": { + "type": "git", + "url": "https://github.com/soulcraft-research/brainy.git" + }, "files": [ "dist/", "brainy.png",