From f85847b18e051785b53fb7c3666c28fa5febe7e2 Mon Sep 17 00:00:00 2001 From: Gabriel Hicks <60371583+gabrielhicks@users.noreply.github.com> Date: Tue, 21 May 2024 16:14:49 -0500 Subject: [PATCH] update to phaselabscrypto --- packages/governance-sdk/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/governance-sdk/package.json b/packages/governance-sdk/package.json index 74c8e21a..70be02d1 100644 --- a/packages/governance-sdk/package.json +++ b/packages/governance-sdk/package.json @@ -1,9 +1,9 @@ { - "name": "@dedmonkes/spl-governance", + "name": "@phaselabscrypto/spl-governance", "version": "0.3.1", "description": "SPL Governance Client API", "author": "Solana Maintainers ", - "homepage": "https://github.com/solana-labs/dedmonkes/blob/main/packages/governance-sdk/README.md", + "homepage": "https://github.com/solana-labs/phaselabscrypto/blob/main/packages/governance-sdk/README.md", "license": "MIT", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -11,14 +11,14 @@ "lib": "lib" }, "publishConfig": { - "@dedmonkes:registry": "https://npm.pkg.github.com" + "@phaselabscrypto:registry": "https://npm.pkg.github.com" }, "files": [ "lib" ], "repository": { "type": "git", - "url": "git+https://github.com/dedmonkes/oyster.git" + "url": "git+https://github.com/phaselabscrypto/oyster.git" }, "sideEffects": false, "scripts": { @@ -28,7 +28,7 @@ "watch": "tsc --watch" }, "bugs": { - "url": "https://github.com/dedmonkes/oyster/issues" + "url": "https://github.com/phaselabscrypto/oyster/issues" }, "dependencies": { "@solana/web3.js": "^1.22.0",