We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a69a68 commit 9a614c7Copy full SHA for 9a614c7
package.json
@@ -24,19 +24,19 @@
24
"url": "https://github.com/unlibra/next-i18n-tiny/issues"
25
},
26
"homepage": "https://github.com/unlibra/next-i18n-tiny#readme",
27
- "main": "./dist/index.js",
28
- "module": "./dist/index.mjs",
+ "main": "./dist/index.cjs",
+ "module": "./dist/index.js",
29
"types": "./dist/index.d.ts",
30
"exports": {
31
".": {
32
33
- "import": "./dist/index.mjs",
34
- "require": "./dist/index.js"
+ "import": "./dist/index.js",
+ "require": "./dist/index.cjs"
35
36
"./types": {
37
"types": "./dist/types.d.ts",
38
- "import": "./dist/types.mjs",
39
- "require": "./dist/types.js"
+ "import": "./dist/types.js",
+ "require": "./dist/types.cjs"
40
}
41
42
"files": [
0 commit comments