From c80f690e7e0405664c029cbf99202f98952120da Mon Sep 17 00:00:00 2001 From: Loris Leiva Date: Tue, 16 Jun 2026 13:23:51 +0100 Subject: [PATCH] Add repository field to the JS client package.json --- clients/js/package.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/clients/js/package.json b/clients/js/package.json index 2fc47a4d..d46d1056 100644 --- a/clients/js/package.json +++ b/clients/js/package.json @@ -2,7 +2,15 @@ "name": "@solana-program/stake", "version": "0.6.1", "description": "JavaScript client for the Stake program", + "homepage": "https://github.com/solana-program/stake#readme", + "bugs": { + "url": "https://github.com/solana-program/stake/issues" + }, "license": "MIT", + "repository": { + "type": "git", + "url": "git+https://github.com/solana-program/stake.git" + }, "files": [ "./dist/src", "./dist/types",