We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd22d60 commit eb84401Copy full SHA for eb84401
1 file changed
package.json
@@ -7,14 +7,14 @@
7
"url": "https://teacoder.ru"
8
},
9
"license": "MIT",
10
- "main": "./dist/index.cjs",
+ "main": "./dist/index.js",
11
"module": "./dist/index.mjs",
12
"types": "./dist/index.d.ts",
13
"exports": {
14
".": {
15
16
- "import": "./dist/index.mjs",
17
- "require": "./dist/index.cjs"
+ "require": "./dist/index.js",
+ "import": "./dist/index.mjs"
18
}
19
20
"sideEffects": false,
0 commit comments