From fbfccc1eca1c2cfff46a2ffea525ab140d0487d7 Mon Sep 17 00:00:00 2001 From: Alexander Kureniov <928021-m03geek@users.noreply.gitlab.com> Date: Mon, 24 Feb 2020 15:09:27 +0200 Subject: [PATCH] fix(deps): fix fastify working versions --- lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index d610062..2ff4a1d 100644 --- a/lib/index.js +++ b/lib/index.js @@ -6,7 +6,7 @@ module.exports = fp( return openapi(fastify, opts); }, { - fastify: '<2.12.0', + fastify: '>=2.0.0 <2.12.0 || >=2.12.1 <3.0.0', name: 'fastify-oas', }, );