From 3f97e7e390ac784e71b32485f8ac1926242dd176 Mon Sep 17 00:00:00 2001 From: Loris Leiva Date: Tue, 16 Jun 2026 13:24:11 +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 2eec5da..85d8342 100644 --- a/clients/js/package.json +++ b/clients/js/package.json @@ -2,7 +2,15 @@ "name": "@solana-program/loader-v3", "version": "0.3.0", "description": "JavaScript client for the Solana Loader V3 program", + "homepage": "https://github.com/solana-program/loader-v3#readme", + "bugs": { + "url": "https://github.com/solana-program/loader-v3/issues" + }, "license": "MIT", + "repository": { + "type": "git", + "url": "git+https://github.com/solana-program/loader-v3.git" + }, "files": [ "./dist/src", "./dist/types",