Skip to content

Commit 5461979

Browse files
authored
change package name to distinguish it from bitcoinjs-lib (#3)
1 parent 22f1d8e commit 5461979

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "bitcoinjs-lib",
2+
"name": "bitgo-bitcoinjs-lib",
33
"version": "3.1.1",
44
"description": "Client-side Bitcoin JavaScript library",
55
"main": "./src/index.js",
@@ -24,7 +24,7 @@
2424
},
2525
"repository": {
2626
"type": "git",
27-
"url": "https://github.com/bitcoinjs/bitcoinjs-lib.git"
27+
"url": "https://github.com/BitGo/bitcoinjs-lib.git"
2828
},
2929
"files": [
3030
"src"

0 commit comments

Comments
 (0)