From b8e84d5952d262302417c359074bcdcb7614a98c Mon Sep 17 00:00:00 2001 From: Corey Farrell Date: Thu, 6 Jun 2019 10:29:50 -0400 Subject: [PATCH] fix: Update version of fastify required through fastify-plugin --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 362a630..89d98be 100644 --- a/index.js +++ b/index.js @@ -75,6 +75,6 @@ function babelPlugin(fastify, opts, next) { } module.exports = fp(babelPlugin, { - fastify: '>=1.4.0', + fastify: '>=2.4.1', name: 'fastify-babel' });