Skip to content

Commit 2580d9d

Browse files
Merge pull request #4 from BitGo/correct-git-refs
fix: update `package.json` to reference the fork repo
2 parents 60d1154 + 411de7e commit 2580d9d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@bitgo/avalabs-avalanchejs",
2+
"name": "@bitgo/avalanchejs",
33
"version": "4.0.5",
44
"description": "Avalanche Platform JS Library",
55
"main": "dist/index.cjs",
@@ -84,7 +84,7 @@
8484
},
8585
"repository": {
8686
"type": "git",
87-
"url": "git+https://github.com/ava-labs/avalanchejs.git"
87+
"url": "git+https://github.com/BitGo/avalanchejs.git"
8888
},
8989
"keywords": [
9090
"Avalanche",
@@ -93,9 +93,9 @@
9393
],
9494
"author": "",
9595
"bugs": {
96-
"url": "https://github.com/ava-labs/avalanchejs/issues"
96+
"url": "https://github.com/BitGo/avalanchejs/issues"
9797
},
98-
"homepage": "https://github.com/ava-labs/avalanchejs#readme",
98+
"homepage": "https://github.com/BitGo/avalanchejs#readme",
9999
"config": {
100100
"commitizen": {
101101
"path": "./node_modules/cz-conventional-changelog"

0 commit comments

Comments
 (0)