From 57379d3bed55e5db731a99f6339556fe7d8a43d8 Mon Sep 17 00:00:00 2001
From: Richard van der Hoff <richard@matrix.org>
Date: Tue, 20 Aug 2024 18:39:27 +0100
Subject: [PATCH] Remove redundant entries from package.json.

As far as I can tell, these are never used, and they exist only to confuse
everyone.
---
 package.json | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/package.json b/package.json
index 468713b1ce..09b2ee38e0 100644
--- a/package.json
+++ b/package.json
@@ -27,9 +27,6 @@
         "node": ">=20.0.0"
     },
     "main": "./src/index.ts",
-    "matrix_src_main": "./src/index.ts",
-    "matrix_lib_main": "./lib/index.ts",
-    "matrix_lib_typings": "./lib/index.d.ts",
     "matrix_i18n_extra_translation_funcs": [
         "UserFriendlyError"
     ],
-- 
GitLab