Skip to content

Commit

Permalink
chore: fix package.json style
Browse files Browse the repository at this point in the history
  • Loading branch information
louib-bitgo committed Aug 1, 2024
1 parent 2e99081 commit da6dd40
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
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
2 changes: 1 addition & 1 deletion packages/wasm-miniscript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}
}

0 comments on commit da6dd40

Please sign in to comment.