MylesBorins / node-osc

Open Sound Control protocol library for Node.js
GNU Lesser General Public License v3.0
435 stars 72 forks source link

'package.json' 'main' entry set to bundle.js #43

Closed TesseraSkye closed 3 years ago

TesseraSkye commented 3 years ago

The main entry point for the module is set to 'bundle.js', which does not exist within the file system. Changing it to use 'index.js' seems to fix it.

MylesBorins commented 3 years ago

Thanks for pointing this out! Fixed in 5.2.2