Skip to content

Commit

Permalink
Use mjs/cjs explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy committed Jan 8, 2025
1 parent bd3f07e commit 42eae8c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
}
},
"files": [
"index.js",
"index.mjs",
"index.cjs",
"index-wasm-esm.js",
"index-wasm-esm.mjs",
"index.d.ts",
"node.js",
"node.mjs",
"node.cjs",
"pkg/matrix_sdk_crypto_wasm.d.ts",
"pkg/matrix_sdk_crypto_wasm_bg.js",
Expand Down

0 comments on commit 42eae8c

Please sign in to comment.