Skip to content

Commit

Permalink
fix: Update version of fastify required through fastify-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyfarrell committed Jun 6, 2019
1 parent e494be0 commit b8e84d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ function babelPlugin(fastify, opts, next) {
}

module.exports = fp(babelPlugin, {
fastify: '>=1.4.0',
fastify: '>=2.4.1',
name: 'fastify-babel'
});

0 comments on commit b8e84d5

Please sign in to comment.