janrg / MeeusSunMoon

JavaScript module to calculate times for sunrise, solar noon, and sunset, as well as moon phases based on "Astronomical Algorithms" by Jean Meeus
MIT License
31 stars 9 forks source link

Babel #18

Closed brettz9 closed 4 years ago

brettz9 commented 4 years ago

I tend to audit my local projects when a project is renamed (since these are harder to catch with the likes of npm-check-updates), so FWIW, this switches to @rollup/plugin-babel.

However, I only offer this now in case you are keeping it in package.json with the possibility of adding it back later. Otherwise, if you like, I can change it to merely remove rollup-plugin-babel.

janrg commented 4 years ago

Made obsolete by b696ba7