From d6dae99dd8cd559479d9ddf651616c14641f7ba1 Mon Sep 17 00:00:00 2001 From: Nitesh Kumar Samota Date: Wed, 1 Apr 2026 06:51:31 +0530 Subject: [PATCH] fix resolve typescript mismatch --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2e7ed4e..b125bb9 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Hapi.js Authentication Plugin/Scheme using JSON Web Tokens (JWT)", "main": "lib/index.cjs", "types": "lib/index.d.ts", - "type": "module", + "type": "commonjs", "repository": { "type": "git", "url": "https://github.com/dwyl/hapi-auth-jwt2.git"