jsr-io / jsr-npm

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

feat: Set --unstable-byonm during publishing by default #54

Closed marvinhagemeister closed 7 months ago

marvinhagemeister commented 7 months ago

Currently, when publishing to JSR Deno replaces the structure in node_modules with the deno-specific one which requires installing all dependencies again. This is not necessary and feels wrong to mess with during publish.

This PR changes the behavior so that Deno leaves the node_modules folder as is.