aadsm / jsmediatags

Media Tags Reader (ID3, MP4, FLAC)
Other
748 stars 128 forks source link

Add browser version to npm #52

Closed Luucky closed 7 years ago

Luucky commented 7 years ago

Hello, I'm wondering why the dist folder is not included in npm package. I am using npm to manage my browser application and to keep it updated.. Can you please include the dist folder in npm package to make it easier for developers. Thanks in advance.

Regards, Mike

aadsm commented 7 years ago

Hi @Luucky, the reason I don't to that is to prevent doubling the size of the npm package. Package size is a common complain among npm users. Maybe I can create a separate npm package just for the web?

icidasset commented 7 years ago

Would like a separate npm package for this as well 👍

aadsm commented 7 years ago

I've just published version 3.5.0 with the dist directory, since it was only ~200KB I just added it. Can you reopen this if it's not enough?