Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit fdc1df5

Browse files
authored
fix: change .mjs to .js (#3364)
1 parent b709607 commit fdc1df5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

token-swap/js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
},
1818
"main": "dist/cjs/index.js",
1919
"types": "dist/types/index.d.ts",
20-
"module": "dist/esm/index.mjs",
20+
"module": "dist/esm/index.js",
2121
"sideEffects": false,
2222
"exports": {
23-
"import": "./dist/esm/index.mjs",
23+
"import": "./dist/esm/index.js",
2424
"require": "./dist/cjs/index.js"
2525
},
2626
"files": [

0 commit comments

Comments
 (0)