Skip to content

Commit 9d5f7d8

Browse files
committed
fix: package.json
1 parent ad8432f commit 9d5f7d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
"type": "module",
1212
"exports": {
1313
".": {
14-
"types": "./dist/types.d.ts",
14+
"types": "./dist/types.d.mts",
1515
"import": "./dist/module.mjs",
16-
"require": "./dist/module.cjs"
16+
"require": "./dist/module.mjs"
1717
}
1818
},
19-
"main": "./dist/module.cjs",
19+
"main": "./dist/module.mjs",
2020
"files": [
2121
"dist"
2222
],
2323
"scripts": {
24-
"prepack": "nuxt-module-build",
24+
"prepack": "nuxt-module-build build",
2525
"dev": "nuxi dev playground",
2626
"dev:host": "nuxi dev playground --host",
2727
"dev:build": "nuxi build playground",

0 commit comments

Comments
 (0)