dai-shi / use-atom

Yet another implementation for Jotai atoms without side effects
MIT License
109 stars 0 forks source link

fix: remove src from package.json #1

Closed matheus1lva closed 4 years ago

matheus1lva commented 4 years ago

you don't need to publish src together with dist! This will only help increase node_modules size!

~squash please, I had a typo when I wrote the commit~

dai-shi commented 4 years ago

For this one, I'd like to keep it. dist is like a binary and I think it's better to have src aside without requiring to access github. package size may become bigger, but for react apps bundle size should not be affected. Thanks for the 1st PR anyway.