v12.3.0-rc.1

This commit is contained in:
RiotRobot
2021-08-11 15:41:40 +01:00
parent ad036104e6
commit 63e5048d41
+4 -3
View File
@@ -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"
}