Skip to content

Commit

Permalink
fix: update nuxt compatibility constraints
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 and jpntex committed Sep 3, 2022
1 parent 7fb2a7b commit 34015ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/exports/nuxt.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default defineNuxtModule({
name: '@indielayer/ui',
configKey: 'indielayer',
compatibility: {
nuxt: '^3.0.0',
nuxt: '^3.0.0-rc.1',
},
},
defaults: {
Expand Down

0 comments on commit 34015ca

Please sign in to comment.