jsr-io / jsr-npm

A cli tool to make installing packages form jsr.io in node easy
https://npmjs.com/package/jsr
MIT License
92 stars 13 forks source link

fix: don't overwrite existing jsr registry mapping #26

Closed marvinhagemeister closed 5 months ago

marvinhagemeister commented 5 months ago

We did only check for the full registry string in .npmrc instead of just checking if @jsr:registry= was present. This lead to existing values being overwritten by us.

CLAassistant commented 5 months ago

CLA assistant check
All committers have signed the CLA.