v3.46.0-rc.1

t3chguy/dedup-icons-17oct
RiotRobot 2022-05-31 11:41:44 +01:00
parent f41ae5c726
commit afeea12167
1 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "matrix-react-sdk",
"version": "3.45.0",
"version": "3.46.0-rc.1",
"description": "SDK for matrix.org using React",
"author": "matrix.org",
"repository": {
@ -22,7 +22,7 @@
"README.md",
"package.json"
],
"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",
@ -245,5 +245,6 @@
"jestSonar": {
"reportPath": "coverage",
"sonar56x": true
}
},
"typings": "./lib/index.d.ts"
}