Skip to content

Commit e90b140

Browse files
authored
fix: update plugin semver to allow for rc versions (#249)
1 parent 69d6cc9 commit e90b140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ async function httpProxy (fastify, opts) {
204204
}
205205

206206
httpProxy[Symbol.for('plugin-meta')] = {
207-
fastify: '^4.0.0',
207+
fastify: '4.x',
208208
name: '@fastify/http-proxy'
209209
}
210210

0 commit comments

Comments
 (0)