From d783a49a7f21c9bbd4eec2990268f3244c4d5662 Mon Sep 17 00:00:00 2001 From: Morgan Touverey Quilling Date: Fri, 4 Dec 2020 05:13:48 +0100 Subject: [PATCH] fix: add package.json to module exports (#1818) Fixes #1817 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 894ef54c5..f93a2956f 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "yargs the modern, pirate-themed, successor to optimist.", "main": "./index.cjs", "exports": { + "./package.json": "./package.json", ".": [ { "import": "./index.mjs",