Skip to content

Commit

Permalink
fix: update nuxt version 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 authored Sep 3, 2022
1 parent 853e508 commit dde8980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default defineNuxtModule<ModuleOptions>({
meta: {
name: 'nuxt-monaco-editor',
configKey: 'monacoEditor',
compatibility: { nuxt: '^3.0.0' }
compatibility: { nuxt: '^3.0.0-rc.8' }
},
defaults: DEFAULTS,
setup (options, nuxt) {
Expand Down

0 comments on commit dde8980

Please sign in to comment.