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 e148d43 commit 82791c2Copy full SHA for 82791c2
package.json
@@ -17,14 +17,16 @@
17
"license": "MIT",
18
"type": "module",
19
"exports": {
20
- ".": {
21
- "types": "./dist/module.d.ts",
22
- "import": "./dist/module.mjs",
23
- "require": "./dist/module.cjs"
+ ".": "./dist/module.mjs"
+ },
+ "main": "./dist/module.mjs",
+ "typesVersions": {
24
+ "*": {
25
+ ".": [
26
+ "./dist/module.d.mts"
27
+ ]
28
}
29
},
- "main": "./dist/module.cjs",
30
"files": [
31
"dist",
32
"validator.d.ts"
@@ -50,7 +52,7 @@
50
52
51
53
"devDependencies": {
54
"@nuxt/eslint-config": "1.1.0",
- "@nuxt/module-builder": "0.8.4",
55
+ "@nuxt/module-builder": "1.0.0-alpha.1",
56
"@nuxt/test-utils": "3.15.4",
57
"@vitest/coverage-v8": "3.0.5",
58
"bumpp": "10.0.3",
0 commit comments