Skip to content

Commit

Permalink
Handle prerelease constraint Link: nuxt/framework#7116 (#169)
Browse files Browse the repository at this point in the history
Co-authored-by: Chingiz Mammadov <[email protected]>
  • Loading branch information
chz and Chingiz Mammadov authored Sep 5, 2022
1 parent 70dbd28 commit ec1cbf4
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 ec1cbf4

Please sign in to comment.