diff --git a/package.json b/package.json index 601a452..34dbeec 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": false, "description": "A module for modern HTTP/HTTPS requests with support for form data, file uploads, JSON, binary data, streams, and more.", "exports": { - ".": "./dist_ts_web/index.js", + ".": "./dist_ts/index.js", "./core_node": "./dist_ts/core_node/index.js", "./core_fetch": "./dist_ts/core_fetch/index.js" },