Skip to content

Commit b2c898b

Browse files
committed
Bump fp version to support v2
1 parent cb549bd commit b2c898b

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
@@ -63,6 +63,6 @@ function fastifyOracleDB (fastify, options, next) {
6363
}
6464

6565
module.exports = fp(fastifyOracleDB, {
66-
fastify: '^1.1.0',
66+
fastify: '>=1.1.0',
6767
name: 'fastify-oracle'
6868
})

0 commit comments

Comments
 (0)