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 ad8432f commit 9d5f7d8Copy full SHA for 9d5f7d8
package.json
@@ -11,17 +11,17 @@
11
"type": "module",
12
"exports": {
13
".": {
14
- "types": "./dist/types.d.ts",
+ "types": "./dist/types.d.mts",
15
"import": "./dist/module.mjs",
16
- "require": "./dist/module.cjs"
+ "require": "./dist/module.mjs"
17
}
18
},
19
- "main": "./dist/module.cjs",
+ "main": "./dist/module.mjs",
20
"files": [
21
"dist"
22
],
23
"scripts": {
24
- "prepack": "nuxt-module-build",
+ "prepack": "nuxt-module-build build",
25
"dev": "nuxi dev playground",
26
"dev:host": "nuxi dev playground --host",
27
"dev:build": "nuxi build playground",
0 commit comments