From 41d4dec3ac79e4203d5f6349b1c7b990e99de33b Mon Sep 17 00:00:00 2001 From: bcoe Date: Thu, 17 Sep 2020 23:46:31 -0700 Subject: [PATCH] fix(modules): module path was incorrect --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c530d448f..2a7d8c115 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ } }, "type": "module", - "module": "./build/index.mjs", + "module": "./index.mjs", "contributors": [ { "name": "Yargs Contributors",