Skip to content

Commit

Permalink
fix: update nuxt version constraint (#2344)
Browse files Browse the repository at this point in the history
In nuxt/framework#7116 we made a breaking change allowing modules to use RC constraints. This PR fixes this.
  • Loading branch information
danielroe authored Sep 5, 2022
1 parent 3b72622 commit 02177e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nuxt/src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default defineNuxtModule<VuesticOptions>({
name: '@vuestic/nuxt',
configKey: 'vuestic',
compatibility: {
nuxt: '^3.0.0'
nuxt: '^3.0.0-rc.8'
}
},

Expand Down

0 comments on commit 02177e1

Please sign in to comment.