Skip to content

Commit 64beb9b

Browse files
authored
Merge pull request #108 from BitGo/BTC-0-publish-pcks
feat: remove private flag from wasm-bip32 and wasm-solana
2 parents 43207ad + 6ca6bde commit 64beb9b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/wasm-bip32/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "@bitgo/wasm-bip32",
3-
"private": true,
43
"description": "Minimal WebAssembly BIP32/ECPair implementation with message signing",
54
"version": "0.0.1",
65
"type": "module",

packages/wasm-solana/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "@bitgo/wasm-solana",
33
"description": "WebAssembly wrapper for Solana cryptographic operations",
44
"version": "0.0.1",
5-
"private": true,
65
"type": "module",
76
"repository": {
87
"type": "git",

0 commit comments

Comments
 (0)