Skip to content

Commit

Permalink
fix - remove plugin Fastify version range config (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
leftieFriele authored Aug 1, 2023
1 parent 486ef9b commit f3dc6ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/podlet-plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,5 @@ const podiumPodletFastifyPlugin = (fastify, podlet, done) => {
};

module.exports = fp(podiumPodletFastifyPlugin, {
fastify: '2.x || 3.x',
name: 'podium-podlet',
});

0 comments on commit f3dc6ff

Please sign in to comment.