burns-audio-wam icon indicating copy to clipboard operation
burns-audio-wam copied to clipboard

incorrect package build (missing index.js)

Open mrkev opened this issue 4 months ago • 0 comments

The NPM distribution of this package includes the following files:

image

Notice package.json specifices "main" as index.js, but there's no such index.js.

image

This is confusing when using the package— on VSCode for example it leads to the module "not being found":

image

I think the ideal solution here would be adding a simple index file, that just re-exports every plugin (:

mrkev avatar Oct 05 '24 21:10 mrkev