axelpale/apollonius

repair CommonJS support

Closed this issue · 1 comments

Currently in package.json main property refers to the ESM file. Modify main to point to CJS index and add module property to point to the ESM index. These properties are superseded by exports property but not all tools seem to respect this.

Fixed in 1.2.0