From b415ca617a77a908178808b2b949bddffedd35e9 Mon Sep 17 00:00:00 2001 From: Loris Leiva Date: Tue, 16 Jun 2026 13:24:22 +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 d3deb19..d5c3a93 100644 --- a/clients/js/package.json +++ b/clients/js/package.json @@ -2,7 +2,15 @@ "name": "@solana-program/feature-gate", "version": "0.0.0", "description": "JavaScript client for the Feature Gate program", + "homepage": "https://github.com/solana-program/feature-gate#readme", + "bugs": { + "url": "https://github.com/solana-program/feature-gate/issues" + }, "license": "MIT", + "repository": { + "type": "git", + "url": "git+https://github.com/solana-program/feature-gate.git" + }, "files": [ "./dist/src", "./dist/types"