From c1779a55432ac8312664685366f5ead93bbd4a58 Mon Sep 17 00:00:00 2001 From: Kanad Gupta <8854718+kanadgupta@users.noreply.github.com> Date: Fri, 18 Aug 2023 11:52:45 -0500 Subject: [PATCH] Add `main` field to `package.json` Closes GH-342. Reviewed-by: Titus Wormer --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index d596e6c..eb25ce6 100644 --- a/package.json +++ b/package.json @@ -56,6 +56,7 @@ "Daan " ], "type": "module", + "main": "index.js", "sideEffects": false, "bin": "cli.js", "types": "index.d.ts",