From 2ed521abaf32440af9c8ac12dfdef90c63fcb21b Mon Sep 17 00:00:00 2001 From: lojhan Date: Tue, 31 Mar 2026 11:27:29 -0300 Subject: [PATCH] fix: add repository metadata required for npm provenance --- package.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8a03707..a030036 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,15 @@ "happy-dom", "jsdom" ], - "author": "", + "author": "Lojhan", + "repository": { + "type": "git", + "url": "https://github.com/Lojhan/poku-react-testing" + }, + "homepage": "https://github.com/Lojhan/poku-react-testing#readme", + "bugs": { + "url": "https://github.com/Lojhan/poku-react-testing/issues" + }, "license": "MIT", "publishConfig": { "access": "public",