mike-marcacci / fs-capacitor

Filesystem-bufferred, passthrough stream that buffers indefinitely rather than propagate backpressure from downstream consumers.
MIT License
36 stars 8 forks source link

Unnessesary files published #12

Closed jaydenseric closed 5 years ago

jaydenseric commented 5 years ago

I haven't worked out why yet, but for some reason unnecessary files such as dev tool config files and yarn.lock have been mistakenly published to npm:

https://unpkg.com/fs-capacitor@2.0.4/

mike-marcacci commented 5 years ago

Very interesting! I wonder if yarn’s version of publish is not respecting the config. I’ll explore this a little later today and try publishing a patch.

mike-marcacci commented 5 years ago

This appears fixed in v4-beta2