v3.36.0-rc.1

pull/21833/head
RiotRobot 2021-11-30 18:22:22 +00:00
parent 275cac449f
commit ba83f2f1a6
1 changed files with 4 additions and 3 deletions

View File

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