From 94b2c53b61b2ef05c81987927098915703b424aa Mon Sep 17 00:00:00 2001 From: Loris Leiva Date: Mon, 11 Dec 2023 16:10:23 +0000 Subject: [PATCH] Update package.json --- clients/js/package.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/clients/js/package.json b/clients/js/package.json index 17128dd..5650253 100644 --- a/clients/js/package.json +++ b/clients/js/package.json @@ -1,5 +1,5 @@ { - "name": "@metaplex-foundation/spl-core", + "name": "@lorisleiva/spl-core", "version": "0.1.0", "description": "Core Solana programs", "main": "dist/src/index.js", @@ -20,10 +20,9 @@ "access": "public", "registry": "https://registry.npmjs.org" }, - "homepage": "https://metaplex.com", - "repository": "https://github.com/metaplex-foundation/mpl-candy-guard.git", - "author": "Metaplex Maintainers ", - "license": "Apache-2.0", + "repository": "https://github.com/lorisleiva/solana-core-programs.git", + "author": "Loris Leiva", + "license": "MIT", "dependencies": { "@solana/accounts": "2.0.0-experimental.9741939", "@solana/addresses": "2.0.0-experimental.9741939",