Skip to content

Commit

Permalink
Reverted to .mjs extension
Browse files Browse the repository at this point in the history
  • Loading branch information
W4G1 committed Jan 7, 2024
1 parent 04f2b91 commit 0e2fcc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"worker-threads"
],
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
"module": "./dist/index.mjs",
"main": "./dist/index.js",
"exports": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"files": [
Expand Down

0 comments on commit 0e2fcc3

Please sign in to comment.