From 14e0b074072f0673dfb2364132e665bca8010362 Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Wed, 28 Jun 2023 16:12:47 -0700 Subject: [PATCH] fix: fix broken main field --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b1310931..d8e9f7c7 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "license": "Apache-2.0", "author": "Appium Contributors", - "main": "./build/index.js", + "main": "./build/lib/index.js", "bin": {}, "directories": { "lib": "lib"