Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,3 @@ jobs:

- name: Lerna Publish
run: yarn lerna publish --force-publish --sign-git-tag --sign-git-commit --include-merged-tags --conventional-commits --yes --loglevel silly

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
This is a wrapper around the [rust-miniscript](https://github.com/rust-bitcoin/rust-miniscript) crate that is compiled
to WebAssembly. It allows you to use Miniscript in NodeJS and in the browser.


# Dependencies

- [Rust](https://www.rust-lang.org/) nightly
Expand Down
8 changes: 8 additions & 0 deletions packages/wasm-miniscript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"name": "@bitgo/wasm-miniscript",
"version": "0.1.0",
"lint-staged": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/BitGo/wasm-miniscript.git"
},
"files": [
"dist/wasm/wasm_miniscript_bg.wasm",
"dist/wasm/wasm_miniscript.js",
Expand Down Expand Up @@ -38,5 +42,9 @@
"mocha": "^10.6.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}