v3.58.0-rc.1

This commit is contained in:
RiotRobot 2022-10-04 14:08:14 +01:00
parent ede9a07df1
commit a64ab9d085

View file

@ -1,6 +1,6 @@
{
"name": "matrix-react-sdk",
"version": "3.57.0",
"version": "3.58.0-rc.1",
"description": "SDK for matrix.org using React",
"author": "matrix.org",
"repository": {
@ -23,7 +23,7 @@
"package.json",
".stylelintrc.js"
],
"main": "./src/index.ts",
"main": "./lib/index.ts",
"matrix_src_main": "./src/index.ts",
"matrix_lib_main": "./lib/index.ts",
"matrix_lib_typings": "./lib/index.d.ts",
@ -251,5 +251,6 @@
"jestSonar": {
"reportPath": "coverage",
"sonar56x": true
}
},
"typings": "./lib/index.d.ts"
}