chore: change organization from metamask to bitcoindevkit#1
Conversation
|
@darioAnongba I didn't test publishing yet, I want to figure out first if we want to keep the NPM name "bitcoindevkit" or change it to "bdk_wasm". If we change it to `bdk_wasm" should we change the repo name also? Since the organization name is now "bitcoindevkit" it seems weird to me have a package called "@bitcoindevkit/bitcoindevkit" rather than "@bitcoindevkit/bdk_wasm". |
|
I'm sure you're aware of it but just for precision. The If we want this package to be the only one deployed by BDK on NPM, we can simply call it
Note: NPM packages do not use underscore |
|
I agree with your suggestion and would like to use the
|
|
ACK, I think we can pull that off in the medium term. For now we can start with |
Description
Updated organization meta data that references metamask to bitcoindevkit.
Notes to the reviewers
I had to reduce the number of keywords in
Cargo.tomlto five to match what crates.io allows for the keywords field.I also created this PR to trigger the CI so we can add those jobs to our default branch protection checks.
Changelog notice
Checklists
All Submissions:
cargo fmtandcargo clippybefore committing