From 45a2c66395efc864feab380ced28097a764ae726 Mon Sep 17 00:00:00 2001 From: Mihaly Lengyel Date: Fri, 12 Jul 2024 13:19:04 +0200 Subject: [PATCH] chore: increase size limit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 067a3278..004f88c2 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ }, { "path": "recipe/multifactorauth/index.js", - "limit": "27kb" + "limit": "27.5kb" }, { "path": "recipe/totp/index.js",