v3.39.0-rc.1

This commit is contained in:
RiotRobot 2022-01-26 17:04:44 +00:00
parent 18dbf70d9c
commit f2d360e639

View File

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