v3.34.0-rc.1

This commit is contained in:
RiotRobot 2021-11-02 14:19:05 +00:00
parent e8ded3ae68
commit 5040ef951f

View file

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