From efa149043e1a9cc6542633856531aeea2dcf50c9 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Fri, 27 Oct 2023 12:53:34 +0100 Subject: [PATCH] chore(package): explicitly declare js module type --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index fc4909c..a14e16a 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "7.2.2", "description": "JWT utils for Fastify", "main": "jwt.js", + "type": "commonjs", "types": "types/jwt.d.ts", "scripts": { "lint": "standard",