v3.32.0-rc.1

pull/21833/head
RiotRobot 2021-10-04 12:03:41 +01:00
parent c0258187a2
commit 425eeada6f
1 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "matrix-react-sdk",
"version": "3.31.0",
"version": "3.32.0-rc.1",
"description": "SDK for matrix.org using React",
"author": "matrix.org",
"repository": {
@ -25,7 +25,7 @@
"bin": {
"reskindex": "scripts/reskindex.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",
@ -215,5 +215,6 @@
"coverageReporters": [
"text"
]
}
},
"typings": "./lib/index.d.ts"
}