From 411de7e66445f6e593b9e05ee7550ef3792b1519 Mon Sep 17 00:00:00 2001 From: Andrew Fischer Date: Mon, 25 Mar 2024 18:32:24 -0700 Subject: [PATCH] fix: update `package.json` to reference the fork repo Ticket: VL-1844 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index e1f101fcd..107d63789 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@bitgo/avalabs-avalanchejs", + "name": "@bitgo/avalanchejs", "version": "4.0.5", "description": "Avalanche Platform JS Library", "main": "dist/index.cjs", @@ -84,7 +84,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/ava-labs/avalanchejs.git" + "url": "git+https://github.com/BitGo/avalanchejs.git" }, "keywords": [ "Avalanche", @@ -93,9 +93,9 @@ ], "author": "", "bugs": { - "url": "https://github.com/ava-labs/avalanchejs/issues" + "url": "https://github.com/BitGo/avalanchejs/issues" }, - "homepage": "https://github.com/ava-labs/avalanchejs#readme", + "homepage": "https://github.com/BitGo/avalanchejs#readme", "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog"