v3.37.0-rc.1

pull/21833/head
RiotRobot 2021-12-14 14:43:37 +00:00
parent a24156c5fb
commit 12abc9731a
1 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "matrix-react-sdk",
"version": "3.36.1",
"version": "3.37.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",
@ -225,5 +225,6 @@
"coverageReporters": [
"text"
]
}
},
"typings": "./lib/index.d.ts"
}