nodecg / generator-nodecg

Yeoman generator for NodeCG bundles
16 stars 8 forks source link

fix npm version #85

Closed SimonFischer04 closed 1 year ago

SimonFischer04 commented 1 year ago

Just found out that the npm version is broken.

I mistakenly believed that the files attribute was no longer necessary for ES modules. Which is technically correct, but since we are exporting the build result, not the project itself, "files" is required.

SimonFischer04 commented 1 year ago

Hey, and now it is here also, the weird mac built issue. Actually going through the commit history I can find that this already happened a few times before randomly, any fixes / ideas for this been found so far?