Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit 20ca4bd

Browse files
committed
chore: update exports
1 parent 25c63d1 commit 20ca4bd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,12 @@
2929
"./nuxt": {
3030
"require": "./dist/nuxt.js",
3131
"import": "./dist/nuxt.mjs"
32-
}
32+
},
33+
"./types": {
34+
"require": "./dist/types.js",
35+
"import": "./dist/types.mjs"
36+
},
37+
"./*": "./*"
3338
},
3439
"funding": "https://github.com/sponsors/antfu",
3540
"author": "Anthony Fu <anthonyfu117@hotmail.com>",

0 commit comments

Comments
 (0)