Skip to content

Commit

Permalink
refactor(module): rename meta name and configKey
Browse files Browse the repository at this point in the history
  • Loading branch information
zernonia committed Nov 4, 2024
1 parent 144999d commit 4699d4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/plugins/src/nuxt/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ export interface ModuleOptions {

export default defineNuxtModule<ModuleOptions>({
meta: {
name: '@radix-vue/nuxt',
configKey: 'radix',
name: '@reka-ui/nuxt',
configKey: 'reka',
compatibility: {
nuxt: '>=3.0.0',
},
Expand Down

0 comments on commit 4699d4a

Please sign in to comment.