Skip to content

Commit 8583d5b

Browse files
authored
fix: update plugin semver to allow for rc versions (#103)
1 parent 58bfc1a commit 8583d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ function fastifyCachingPlugin (instance, options, next) {
9393
}
9494

9595
module.exports = fp(fastifyCachingPlugin, {
96-
fastify: '^4.0.0',
96+
fastify: '4.x',
9797
name: '@fastify/caching'
9898
})
9999

0 commit comments

Comments
 (0)