Skip to content

Commit ef36487

Browse files
committed
feat: extend fastify support range
1 parent 7ba45f1 commit ef36487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const fp = require('fastify-plugin')
33
const { inferIPVersion, isIP, isIPv4, isIPv6 } = require('./lib/ip')
44

55
const plugin = fp(fastifyIp, {
6-
fastify: '4.x',
6+
fastify: '>=4.x',
77
name: 'fastify-ip'
88
})
99

0 commit comments

Comments
 (0)