We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a72e75 commit 44443f1Copy full SHA for 44443f1
1 file changed
package.json
@@ -24,13 +24,13 @@
24
"src/assets/**",
25
"src/generators/templates/**"
26
],
27
- "main": "./dist/index.js",
+ "main": "./dist/index.mjs",
28
"types": "./dist/index.d.ts",
29
"exports": {
30
".": {
31
32
- "import": "./dist/index.js",
33
- "require": "./dist/index.js"
+ "import": "./dist/index.mjs",
+ "require": "./dist/index.mjs"
34
},
35
"./generator": {
36
"types": "./dist/generator.d.ts",
@@ -39,8 +39,8 @@
39
40
"./acl": {
41
"types": "./dist/acl.d.ts",
42
- "import": "./dist/acl.js",
43
- "require": "./dist/acl.js"
+ "import": "./dist/acl.mjs",
+ "require": "./dist/acl.mjs"
44
}
45
46
"scripts": {
0 commit comments