Skip to content

Commit d7bc2a5

Browse files
authored
Merge pull request #193 from BitGo/BTC-0-publish-dot
feat: publish package to NPM
2 parents b46483a + 135eda9 commit d7bc2a5

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

packages/wasm-dot/js/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// =============================================================================
1212

1313
/**
14-
* Chain material metadata required for transaction encoding/decoding
14+
* Chain material metadata required for transaction encoding/decoding.
1515
*/
1616
export interface Material {
1717
/** Chain genesis hash (e.g., "0x91b171bb158e2d...") */

packages/wasm-dot/package.json

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

0 commit comments

Comments
 (0)