Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Feb 20, 2025
1 parent dc792f6 commit 101f6d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"./vue-plugin": {
"types": "./vue-plugin.d.ts"
},
"./app-config": {
"types": "./app-config.d.ts"
"./app.config": {
"types": "./app.config.d.ts"
},
"./runtime/*": "./dist/runtime/*",
"./utils/*": {
Expand All @@ -46,7 +46,7 @@
"imports": {
"#build/ui/*": "./.nuxt/ui/*.ts",
"#build/ui.css": "./.nuxt/ui.css",
"#build/app.config": "./app-config.d.ts"
"#build/app.config": "./app.config.d.ts"
},
"bin": {
"nuxt-ui": "./cli/index.mjs"
Expand All @@ -57,7 +57,7 @@
"files": [
".nuxt/ui",
".nuxt/ui.css",
"app-config.d.ts",
"app.config.d.ts",
"dist",
"cli",
"vue-plugin.d.ts"
Expand Down

0 comments on commit 101f6d6

Please sign in to comment.