Skip to content

Commit

Permalink
Merge pull request #188 from lune-climate/esm-compat
Browse files Browse the repository at this point in the history
Fix ESM compatibility
  • Loading branch information
MikeMcl authored May 23, 2022
2 parents 8655bdf + f97c155 commit 1ef0018
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
"bigint",
"bignum"
],
"exports": {
".": {
"import": "./big.mjs",
"require": "./big.js"
}
},
"repository": {
"type": "git",
"url": "https://github.com/MikeMcl/big.js.git"
Expand Down

0 comments on commit 1ef0018

Please sign in to comment.