Skip to content

Commit

Permalink
docs: @nuxt-themes/ui-kit is now @nuxthq/elements
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Aug 11, 2023
1 parent 5026379 commit b4a1099
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 23 deletions.
4 changes: 2 additions & 2 deletions docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import pkg from '../package.json'
const { resolve } = createResolver(import.meta.url)

export default defineNuxtConfig({
extends: '@nuxt-themes/ui-kit',
extends: '@nuxthq/elements',
modules: [
'@nuxt/content',
// '@nuxt/devtools',
Expand Down Expand Up @@ -48,7 +48,7 @@ export default defineNuxtConfig({
},
componentMeta: {
globalsOnly: true,
exclude: [resolve('./components'), resolve('@nuxt-themes/ui-kit/components')],
exclude: [resolve('./components'), resolve('@nuxthq/elements/components')],
metaFields: {
props: true,
slots: false,
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"devDependencies": {
"@iconify-json/heroicons": "latest",
"@iconify-json/simple-icons": "latest",
"@nuxt-themes/ui-kit": "npm:@nuxt-themes/[email protected]",
"@nuxt/content": "^2.7.2",
"@nuxt/devtools": "^0.6.7",
"@nuxt/eslint-config": "^0.1.1",
"@nuxthq/elements": "npm:@nuxthq/[email protected]",
"@nuxthq/studio": "^0.13.4",
"@nuxtjs/fontaine": "^0.4.1",
"@nuxtjs/google-fonts": "^3.0.2",
Expand Down
47 changes: 27 additions & 20 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b4a1099

Please sign in to comment.