paulmillr / scure-base

Secure, audited & 0-deps implementation of bech32, base64, base32, base16 & base58
https://paulmillr.com/noble/#scure
MIT License
106 stars 13 forks source link

Publish to deno.land/x #8

Closed jacogr closed 2 years ago

jacogr commented 2 years ago

I would be great if this could be published to deno.land/x. For my specific usages of @scure/base in the libs I do publish, we currently point to esm.sh/@scure/base@1.1.1 so it certainly would help my little corner of the world.

Normally I would make a PR to add mod.ts with a simple export * from './index.ts' however since there are webhook setup in the repo as well, it is best left as an issue since the single file PR doesn't add that much value to the overall process.

paulmillr commented 2 years ago

Still, a PR would be appreciated. This way you could test the fork on your machine first.

jacogr commented 2 years ago

Will do.