From 689ddb2ba799979b5f4c804bf3fd779f0b4db6a0 Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Mon, 20 Dec 2021 14:22:48 +0000 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 a206d01da0..2e4c99adc2 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "bin": { "reskindex": "scripts/reskindex.js" }, - "main": "./lib/index.ts", + "main": "./src/index.js", "matrix_src_main": "./src/index.ts", "matrix_lib_main": "./lib/index.ts", "matrix_lib_typings": "./lib/index.d.ts", @@ -225,6 +225,5 @@ "coverageReporters": [ "text" ] - }, - "typings": "./lib/index.d.ts" + } }