balbuze / volumio-plugins

volumio's plugins from balbuze
190 stars 60 forks source link

Bump Vollibrespot to v0.2.2 #284

Closed ashthespy closed 4 years ago

ashthespy commented 4 years ago

Some small fixes v0.2.2 - 2020-10-07, shouldn't break anything ;-)

EDIT: Fixes #282

balbuze commented 4 years ago

ready to test ;-)

balbuze commented 4 years ago

done but we need to fix the size of node_modules. If generated now, it exceed 11MB and volumio fails to install the plugin. The old one is <800kB...

ashthespy commented 4 years ago

I didn't add any new node_modules?

PS: I am not sure what scripts your using to package the plugin, but you need to run npm install --production..

balbuze commented 4 years ago

Yes I know. It is just that some node dependencies changed and now are really bigger. I didn't analyse which one though. To be simple, I just kept old node modules instead of regenerated them.