From 1a81adaabdf3ff86675076f8f0b422c59813c2a7 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Fri, 1 Aug 2025 15:04:49 +0000 Subject: [PATCH] fix(package.json): update build command --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c4a20ba..77b06f1 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,9 @@ "version": "4.1.1", "private": false, "description": "A toolkit for network diagnostics including speed tests, port availability checks, and more.", - "main": "dist_ts/index.js", - "typings": "dist_ts/index.d.ts", + "exports": { + ".": "./dist_ts/index.js" + }, "type": "module", "author": "Lossless GmbH", "license": "MIT",