From d676f8bf6575c2251e288b27525a4b49ff73b68c Mon Sep 17 00:00:00 2001 From: Roger Chappel Date: Fri, 12 Jun 2026 16:51:54 +1000 Subject: [PATCH] chore: add repository package metadata --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index dec4411..340243a 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,10 @@ "CHANGELOG.md", "CODE_OF_CONDUCT.md" ], + "repository": { + "type": "git", + "url": "git+https://github.com/rogerchappel/atomcommit.git" + }, "scripts": { "test": "node --test test/*.test.js", "check": "node --check src/index.js && node --test test/*.test.js",