From 1d66a428e41ca3a00435a73ad6f9fd1be0a16341 Mon Sep 17 00:00:00 2001 From: Jonas Alves Date: Tue, 14 Apr 2026 18:24:58 +0100 Subject: [PATCH] fix: add repository field for npm provenance verification --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 6e41ba8..030e633 100644 --- a/package.json +++ b/package.json @@ -78,6 +78,10 @@ "test:coverage": "jest --coverage", "release": "bun run build" }, + "repository": { + "type": "git", + "url": "https://github.com/absmartly/dom-tracker" + }, "keywords": [ "analytics", "tracking",