From 4e8791d44971ef095a16151be8b848c245898e93 Mon Sep 17 00:00:00 2001 From: Mateusz Bocian Date: Thu, 2 May 2024 09:38:14 -0400 Subject: [PATCH] chore: add internal to export paths --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index f0d01396..88a59cf9 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,10 @@ ".": { "import": "./dist/main.mjs", "require": "./dist/main.js" + }, + "./internal": { + "import": "./dist/internal.mjs", + "require": "./dist/internal.js" } }, "version": "2.6.0",