From 2783d162b77d6629c574f35e88bea9ae29765c34 Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Tue, 31 Aug 2021 13:32:29 +0100 Subject: [PATCH] Resetting package fields for development --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c227583cb..6d7091a84 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "keywords": [ "matrix-org" ], - "main": "./lib/index.js", + "main": "./src/index.ts", "browser": "./lib/browser-index.js", "matrix_src_main": "./src/index.ts", "matrix_src_browser": "./src/browser-index.js", @@ -112,6 +112,5 @@ "coverageReporters": [ "text" ] - }, - "typings": "./lib/index.d.ts" + } }