From 429f32dacbc3eae91035a308c924224821dbeca9 Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Wed, 11 Aug 2021 15:41:40 +0100 Subject: [PATCH] v12.3.0-rc.1 --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 63c9e731e..87076cf26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-js-sdk", - "version": "12.2.0", + "version": "12.3.0-rc.1", "description": "Matrix Client-Server SDK for Javascript", "scripts": { "prepublishOnly": "yarn build", @@ -29,7 +29,7 @@ "keywords": [ "matrix-org" ], - "main": "./src/index.ts", + "main": "./lib/index.js", "browser": "./lib/browser-index.js", "matrix_src_main": "./src/index.ts", "matrix_src_browser": "./src/browser-index.js", @@ -112,5 +112,6 @@ "coverageReporters": [ "text" ] - } + }, + "typings": "./lib/index.d.ts" }