Skip to content

Commit f4b75c9

Browse files
author
Tyler Levine
committed
chore: update package.json for public publishing
Also update package description and repo URLs Ticket: BG-56125
1 parent 978e4a0 commit f4b75c9

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bitgo/bip174",
33
"version": "3.0.0",
4-
"description": "",
4+
"description": "Fork of bip174 with BitGo specific changes",
55
"main": "src/lib/psbt.js",
66
"types": "src/lib/psbt.d.ts",
77
"files": [
@@ -27,7 +27,7 @@
2727
},
2828
"repository": {
2929
"type": "git",
30-
"url": "git+https://github.com/bitcoinjs/bip174.git"
30+
"url": "git+https://github.com/BitGo/bip174.git"
3131
},
3232
"devDependencies": {
3333
"@types/node": "12.0.8",
@@ -43,7 +43,10 @@
4343
"author": "Jonathan Underwood",
4444
"license": "MIT",
4545
"bugs": {
46-
"url": "https://github.com/bitcoinjs/bip174/issues"
46+
"url": "https://github.com/BitGo/bip174/issues"
4747
},
48-
"homepage": "https://github.com/bitcoinjs/bip174#readme"
48+
"homepage": "https://github.com/BitGo/bip174#readme",
49+
"publishConfig": {
50+
"access": "public"
51+
}
4952
}

0 commit comments

Comments
 (0)