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 75d7390 commit 49b564aCopy full SHA for 49b564a
package.json
@@ -5,13 +5,13 @@
5
"license": "MIT",
6
"source": "./src/index.ts",
7
"main": "./dist/quickjs-emscripten-sync.umd.js",
8
- "module": "./dist/quickjs-emscripten-sync.es.js",
+ "module": "./dist/quickjs-emscripten-sync.mjs",
9
"unpkg": "./dist/quickjs-emscripten-sync.umd.js",
10
"types": "./dist/index.d.ts",
11
"sideEffects": false,
12
"exports": {
13
".": {
14
- "import": "./dist/quickjs-emscripten-sync.es.js",
+ "import": "./dist/quickjs-emscripten-sync.mjs",
15
"require": "./dist/quickjs-emscripten-sync.umd.js"
16
}
17
},
0 commit comments