sindresorhus / np

A better `npm publish`
MIT License
7.56k stars 299 forks source link

Add support for Bun #756

Closed LitoMore closed 2 days ago

LitoMore commented 3 months ago

Resolves #755

Bun does not have a command similar to npm config get registry. We may need to find some other workarounds for this.

The following library can be used for testing during development:

LitoMore/simple-icons-extreme