Skip to content

Commit ec1cbf4

Browse files
chzChingiz Mammadov
and
Chingiz Mammadov
authored
Handle prerelease constraint Link: nuxt/framework#7116 (#169)
Co-authored-by: Chingiz Mammadov <chingiz@Chingizs-MacBook-Pro.local>
1 parent 70dbd28 commit ec1cbf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default defineNuxtModule<PrismicModuleOptions>({
2828
name: pkgName,
2929
version: pkgVersion,
3030
configKey: 'prismic',
31-
compatibility: { nuxt: '^3.0.0' }
31+
compatibility: { nuxt: '^3.0.0-rc.9' }
3232
},
3333
defaults: nuxt => ({
3434
endpoint: '',

0 commit comments

Comments
 (0)