audiocogs/aurora.js

No default jsDelivr CDN file set

Opened this issue · 0 comments

rwd commented

We are in the process of switching to using jsDelivr as a CDN for JS libraries instead of hosting them ourselves.

aurora.js is on jsDelivr as av, but jsDelivr complains that "Sadly, this package doesn't have a default file set." since v0.4.0. Their advice is:

This package doesn't have a default file set. You can set it via jsdelivr, browser, or main field in package.json

I see that in package.json there are already fields for both browser and main but these do not seem to result in a compiled, minified JS like the one on CDNjs.

Would it be possible to add a jsdelivr field to package.json so that jsDelivr is able to act as a CDN for any new versions?