fengari-lua / fengari-web

Provides everything you need to run Fengari in the browser.
MIT License
250 stars 19 forks source link

0.1.3 is missing "dist" folder? #34

Closed roddypratt closed 5 years ago

roddypratt commented 5 years ago

After running 'yarn upgrade' to get 0.1.3, my Typescript builds fail because the 'dist' folder (present in 0.1.2) is missing., so dist/fengari-web.bundle.js can't be located.

daurnimator commented 5 years ago

Filed an issue with npmjs.com

daurnimator commented 5 years ago

I think it was caused by https://github.com/npm/npm/issues/15147 as well as https://stackoverflow.com/a/31642553

I've released 0.1.4 now, it should be fixed :)

roddypratt commented 5 years ago

Confirmed fixed. Thanks!