From d03db1740586714a194205b9efc8cff37c3bb996 Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Tue, 13 Feb 2024 14:56:34 +0000 Subject: [PATCH] Resetting package fields for development --- package.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 7f36ab43860..a4deb7e21d0 100644 --- a/package.json +++ b/package.json @@ -30,8 +30,8 @@ "keywords": [ "matrix-org" ], - "main": "./lib/index.js", - "browser": "./lib/browser-index.js", + "main": "./src/index.ts", + "browser": "./src/browser-index.ts", "matrix_src_main": "./src/index.ts", "matrix_src_browser": "./src/browser-index.ts", "matrix_lib_main": "./lib/index.js", @@ -132,6 +132,5 @@ "outputDirectory": "coverage", "outputName": "jest-sonar-report.xml", "relativePaths": true - }, - "typings": "./lib/index.d.ts" + } }