Skip to content

Commit

Permalink
fix: update prerelease constraint
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 committed Sep 3, 2022
1 parent 85d18a2 commit a0ab35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default defineNuxtModule({
name: 'zetto',
configKey: 'zetto',
compatibility: {
nuxt: '^3.0.0',
nuxt: '^3.0.0-rc.6',
},
},
// Default configuration options for the module
Expand Down

0 comments on commit a0ab35d

Please sign in to comment.