From 609834ec2e7493f1241ca5682ce745ea1877d5a2 Mon Sep 17 00:00:00 2001 From: proudparrot2 Date: Tue, 16 Jul 2024 14:36:33 -0500 Subject: [PATCH] Fix exports for some bundlers --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 0c3f006..44227a0 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,7 @@ "SECURITY.md", "index.js" ], + "main": "index.js", "engines": { "node": ">= 0.6" },