Skip to content

Commit 2cc429b

Browse files
authored
Merge pull request #8240 from BitGo/btc-0-fix-trusted
fix: mark beta-tools as private to skip npm publish
2 parents 838b4de + 001d9c3 commit 2cc429b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

modules/beta-tools/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@
3636
"yarn eslint --fix"
3737
]
3838
},
39-
"publishConfig": {
40-
"access": "public"
41-
},
39+
"private": true,
4240
"license": "MIT"
4341
}

0 commit comments

Comments
 (0)