From dd2c33393e2e5f91b30d6199f442f91ae8896469 Mon Sep 17 00:00:00 2001 From: Stefano Armenes Date: Mon, 19 Sep 2022 10:32:56 +0200 Subject: [PATCH] fix fastify version string --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 859eb17..dd1472f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -115,7 +115,7 @@ const arecibo: any = fp( }, { name: 'arecibo', - fastify: '^3.0.0 ^4.0.0', + fastify: '^3.0.0 || ^4.0.0', }, ) arecibo.default = arecibo