jessealama / decimal128

JavaScript userland partial implementation of IEEE 754 Decimal128 decimal floating-point arithmetic
BSD 2-Clause "Simplified" License
19 stars 8 forks source link

package.json exports does not match updated file casing #112

Closed zfghterb721 closed 1 month ago

zfghterb721 commented 3 months ago

In #111, ./src/decimal128.mts was renamed to ./src/Decimal128.mts, along with other files. Although the code references throughout the codebase were updated accordingly, the changes were not reflected in package.json, resulting in a broken npm package.

Suggested Fix:

Update package.json to reflect the renamed file ./src/Decimal128.mts.

jessealama commented 1 month ago

This should be fixed now. Thanks!