From ecc0fc8c97446ff5c3f7c238117d439c91d32279 Mon Sep 17 00:00:00 2001 From: Nicholas Griffin Date: Mon, 29 Apr 2024 21:17:11 +0100 Subject: [PATCH] chore: adding main and types back --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index d049473..96fa6df 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,8 @@ "version": "10.1.0", "description": "Build SQS-based Node applications without the boilerplate", "type": "module", + "main": "dist/cjs/index.js", + "types": "dist/types/index.d.ts", "exports": { ".": { "types": "./dist/types/index.d.ts",