Skip to content

Commit cbf98b0

Browse files
committed
fix: Typo in package.json
Signed-off-by: Gordon Smith <[email protected]>
1 parent f899e14 commit cbf98b0

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
@@ -30,7 +30,7 @@
3030
}
3131
},
3232
"main": "dist/index.node.js",
33-
"module": "dist/index.node.es6.js",
33+
"module": "dist/index.node.es6.mjs",
3434
"browser": "dist/index.js",
3535
"unpkg": "dist/index.min.js",
3636
"jsdelivr": "dist/index.min.js",
@@ -132,4 +132,4 @@
132132
"url": "https://github.com/hpcc-systems/hpcc-js-wasm/issues"
133133
},
134134
"homepage": "https://github.com/hpcc-systems/hpcc-js-wasm#readme"
135-
}
135+
}

0 commit comments

Comments
 (0)