Skip to content

Commit 42eae8c

Browse files
committed
Use mjs/cjs explicitly
1 parent bd3f07e commit 42eae8c

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
File renamed without changes.

index.js renamed to index.mjs

File renamed without changes.

node.js renamed to node.mjs

File renamed without changes.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
}
3939
},
4040
"files": [
41-
"index.js",
41+
"index.mjs",
4242
"index.cjs",
43-
"index-wasm-esm.js",
43+
"index-wasm-esm.mjs",
4444
"index.d.ts",
45-
"node.js",
45+
"node.mjs",
4646
"node.cjs",
4747
"pkg/matrix_sdk_crypto_wasm.d.ts",
4848
"pkg/matrix_sdk_crypto_wasm_bg.js",

0 commit comments

Comments
 (0)