From 44c2e2e6848b248a000af29ed84a536d664cc7b7 Mon Sep 17 00:00:00 2001 From: Phillip Barta Date: Mon, 23 Feb 2026 19:42:11 +0100 Subject: [PATCH] fix: remove exports of internal files --- package.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/package.json b/package.json index adeb5d58..6b927654 100644 --- a/package.json +++ b/package.json @@ -18,11 +18,7 @@ "./json": "./lib/types/json.js", "./raw": "./lib/types/raw.js", "./text": "./lib/types/text.js", - "./urlencoded": "./lib/types/urlencoded.js", - "./lib/*": "./lib/*.js", - "./lib/*.js": "./lib/*.js", - "./lib/types/*": "./lib/types/*.js", - "./lib/types/*.js": "./lib/types/*.js" + "./urlencoded": "./lib/types/urlencoded.js" }, "dependencies": { "bytes": "^3.1.2",