Skip to content

Commit 0e2fcc3

Browse files
committedJan 7, 2024
Reverted to .mjs extension
1 parent 04f2b91 commit 0e2fcc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
"worker-threads"
1717
],
1818
"types": "./dist/index.d.ts",
19-
"module": "./dist/index.js",
19+
"module": "./dist/index.mjs",
2020
"main": "./dist/index.js",
2121
"exports": {
2222
"types": "./dist/index.d.ts",
23-
"import": "./dist/index.js",
23+
"import": "./dist/index.mjs",
2424
"require": "./dist/index.js"
2525
},
2626
"files": [

0 commit comments

Comments
 (0)
Please sign in to comment.