From 95a4a0ac573cfe158e6e4bc8c8682ebd1644a198 Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Sat, 19 Sep 2020 19:28:04 -0700 Subject: [PATCH] fix(modules): module path was incorrect (#1759) --- 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",