Skip to content

Commit

Permalink
Handle prerelease constraint Link: nuxt/framework#7116
Browse files Browse the repository at this point in the history
  • Loading branch information
Chingiz Mammadov authored and Chingiz Mammadov committed Sep 5, 2022
1 parent 70dbd28 commit 0ebaf20
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 @@ -28,7 +28,7 @@ export default defineNuxtModule<PrismicModuleOptions>({
name: pkgName,
version: pkgVersion,
configKey: 'prismic',
compatibility: { nuxt: '^3.0.0' }
compatibility: { nuxt: '^3.0.0-rc.9' }
},
defaults: nuxt => ({
endpoint: '',
Expand Down

0 comments on commit 0ebaf20

Please sign in to comment.