Skip to content

Commit

Permalink
Update package.json (#227)
Browse files Browse the repository at this point in the history
Add "module" to emulate esm package
  • Loading branch information
denisx authored Dec 5, 2024
1 parent 0665d2f commit ecf73fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
],
"license": "BSD-3-Clause",
"main": "./dist/src/index.js",
"module": "./dist/src/index.js",
"files": [
"dist/src/"
],
Expand Down

0 comments on commit ecf73fa

Please sign in to comment.