Skip to content

Commit 50cc787

Browse files
committed
Fix typo in module file name
1 parent ceba9df commit 50cc787

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
},
1616
"homepage": "https://github.com/nerdvibe/mina-ledger-js",
1717
"main": "./dist/index.js",
18-
"module": "./dist/index.mjs",
18+
"module": "./dist/index.js",
1919
"types": "./dist/index.d.ts",
2020
"exports": {
2121
"require": "./dist/index.js",
22-
"import": "./dist/index.mjs",
22+
"import": "./dist/index.js",
2323
"types": "./dist/index.d.ts"
2424
},
2525
"repository": {

0 commit comments

Comments
 (0)