Skip to content

Commit 4b28d26

Browse files
committed
docs: update compatibility example
#27613
1 parent 58dd7f3 commit 4b28d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/2.guide/3.going-further/3.modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export default defineNuxtModule({
155155
// Compatibility constraints
156156
compatibility: {
157157
// Semver version of supported nuxt versions
158-
nuxt: '^3.0.0'
158+
nuxt: '>=3.0.0'
159159
}
160160
},
161161
// Default configuration options for your module, can also be a function returning those

0 commit comments

Comments
 (0)