Skip to content

Commit ea53ea0

Browse files
committed
chore: update exports
nuxt/starter@9c3f24f
1 parent d428b9f commit ea53ea0

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

packages/nuxt/package.json

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,21 @@
3333
"type": "module",
3434
"exports": {
3535
".": {
36-
"types": "./dist/types.d.ts",
37-
"import": "./dist/module.mjs",
38-
"require": "./dist/module.cjs"
36+
"types": "./dist/types.d.mts",
37+
"import": "./dist/module.mjs"
38+
}
39+
},
40+
"main": "./dist/module.mjs",
41+
"typesVersions": {
42+
"*": {
43+
".": [
44+
"./dist/types.d.mts"
45+
]
3946
}
4047
},
41-
"main": "./dist/module.cjs",
42-
"types": "./dist/types.d.ts",
43-
"sideEffects": false,
4448
"files": [
4549
"dist",
46-
"LICENSE.md",
47-
"src"
50+
"LICENSE.md"
4851
],
4952
"scripts": {
5053
"build": "nuxt-module-build build",

0 commit comments

Comments
 (0)