From 5f68568a74e7d86688d5e34dec23e716280e52f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Baz=20Castillo?= Date: Fri, 11 Oct 2024 12:55:40 +0200 Subject: [PATCH] remove "main" and "types" fields in package.json since they are replaced by the new "exports" --- package.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/package.json b/package.json index d00719d4..481ab297 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,6 @@ "type": "opencollective", "url": "https://opencollective.com/mediasoup" }, - "main": "./lib/index.js", - "types": "./lib/index.d.ts", "exports": { ".": { "import": "./lib/index.js",