Skip to content

Commit 8399b14

Browse files
committed
chore(package): export utils
1 parent e595314 commit 8399b14

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,18 @@
3131
"types": "./vue-plugin.d.ts"
3232
},
3333
"./runtime/*": "./dist/runtime/*",
34+
"./utils/*": {
35+
"types": "./dist/runtime/utils/*.d.ts",
36+
"import": "./dist/runtime/utils/*.js"
37+
},
3438
"./locale": {
3539
"types": "./dist/runtime/locale/index.d.ts",
3640
"import": "./dist/runtime/locale/index.js"
3741
}
3842
},
3943
"imports": {
40-
"#build/ui/*": "./.nuxt/ui/*.ts"
44+
"#build/ui/*": "./.nuxt/ui/*.ts",
45+
"#build/app.config": "./.nuxt/app.config.mjs"
4146
},
4247
"bin": {
4348
"nuxt-ui": "./cli/index.mjs"

0 commit comments

Comments
 (0)