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" },