Skip to content

Commit 8171574

Browse files
chore: publish 7.0.0-rc.6
This commits the diffs I had to make to publish to @bitgo-forks npm scope.
1 parent 458c6e7 commit 8171574

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@bitgo/bitcoinjs-lib",
3-
"version": "7.0.0-rc.5",
2+
"name": "@bitgo-forks/bitcoinjs-lib",
3+
"version": "7.0.0-rc.6",
44
"description": "Client-side Bitcoin JavaScript library",
55
"main": "./src/index.js",
66
"types": "./src/index.d.ts",
@@ -14,6 +14,9 @@
1414
"javascript",
1515
"bitcoinjs"
1616
],
17+
"publishConfig": {
18+
"access": "public"
19+
},
1720
"scripts": {
1821
"audit": "better-npm-audit audit -l high",
1922
"build": "npm run clean && tsc -p ./tsconfig.json && npm run formatjs",

0 commit comments

Comments
 (0)