From de31bb6615336645c0b20683bfee665e09e4a858 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Fri, 27 Oct 2023 14:58:51 +0100 Subject: [PATCH] chore(package): explicitly declare js module type (#112) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 51a23db..c7f817c 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "2.2.1", "description": "Fastify plugin to interact with Apache Kafka.", "main": "index.js", + "type": "commonjs", "types": "types/index.d.ts", "scripts": { "infra:start": "docker-compose up -d",