jgm / djot.js

JavaScript implementation of djot
MIT License
141 stars 15 forks source link

Move package.json `exports`' `default` condition to last position #92

Closed AumyF closed 2 months ago

AumyF commented 2 months ago

According to the Node.js' documentation, default condition of exports field of package.json must be last.

This bug breaks djot.js on Next.js (reproduction).

jgm commented 2 months ago

Thank you.