From acfc6ceab3eaf8b8f20fd2302191a74923e4fa1c Mon Sep 17 00:00:00 2001 From: Andrew Pikul Date: Thu, 1 Feb 2024 13:12:39 -0500 Subject: [PATCH] Update package.json to distribute mjs-lib/ --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e9fbcc47..02ffc8e5 100644 --- a/package.json +++ b/package.json @@ -12,13 +12,14 @@ "module": "./mjs-lib/index.js", "exports": { "import": "./mjs-lib/index.js", - "require": "./lib/index.js" + "require": "./index.js" }, "files": [ "index.js", "index.d.ts", "dist/", - "lib/" + "lib/", + "mjs-lib/" ], "engines": { "node": ">17.0.0"