From b47c612e2bb1b7a6e1977a0a26d12768f21b85d2 Mon Sep 17 00:00:00 2001 From: Jacob Thomason Date: Wed, 11 Oct 2023 18:24:20 -0400 Subject: [PATCH] Modify "main" entry file in attempt to satisfy Zapier's weird build pattern --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f68a71..45af352 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "2.0.0", "description": "A GraphQL library that work's with Zapier CLI platform.", "type": "commonjs", - "main": "index.js", + "main": "./lib/index.js", "engines": { "node": ">=18.3.0" },