We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f899e14 commit cbf98b0Copy full SHA for cbf98b0
package.json
@@ -30,7 +30,7 @@
30
}
31
},
32
"main": "dist/index.node.js",
33
- "module": "dist/index.node.es6.js",
+ "module": "dist/index.node.es6.mjs",
34
"browser": "dist/index.js",
35
"unpkg": "dist/index.min.js",
36
"jsdelivr": "dist/index.min.js",
@@ -132,4 +132,4 @@
132
"url": "https://github.com/hpcc-systems/hpcc-js-wasm/issues"
133
134
"homepage": "https://github.com/hpcc-systems/hpcc-js-wasm#readme"
135
-}
+}
0 commit comments