mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-02-02 21:27:54 +01:00
chore(package): export utils
This commit is contained in:
@@ -30,6 +30,10 @@
|
|||||||
"./runtime/*": "./dist/runtime/*",
|
"./runtime/*": "./dist/runtime/*",
|
||||||
"./components/*": "./dist/runtime/components/*",
|
"./components/*": "./dist/runtime/components/*",
|
||||||
"./composables/*": "./dist/runtime/composables/*",
|
"./composables/*": "./dist/runtime/composables/*",
|
||||||
|
"./utils": {
|
||||||
|
"types": "./dist/runtime/utils/index.d.ts",
|
||||||
|
"import": "./dist/runtime/utils/index.js"
|
||||||
|
},
|
||||||
"./utils/*": {
|
"./utils/*": {
|
||||||
"types": "./dist/runtime/utils/*.d.ts",
|
"types": "./dist/runtime/utils/*.d.ts",
|
||||||
"import": "./dist/runtime/utils/*.js"
|
"import": "./dist/runtime/utils/*.js"
|
||||||
@@ -62,6 +66,9 @@
|
|||||||
"composables/*": [
|
"composables/*": [
|
||||||
"./dist/runtime/composables/*"
|
"./dist/runtime/composables/*"
|
||||||
],
|
],
|
||||||
|
"utils": [
|
||||||
|
"./dist/runtime/utils/index.d.ts"
|
||||||
|
],
|
||||||
"utils/*": [
|
"utils/*": [
|
||||||
"./dist/runtime/utils/*.d.ts"
|
"./dist/runtime/utils/*.d.ts"
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user