v3.38.0-rc.1

pull/21833/head
RiotRobot 2022-01-11 15:04:11 +00:00
parent fd70d16205
commit 3c7c620b1f
1 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "matrix-react-sdk", "name": "matrix-react-sdk",
"version": "3.37.0", "version": "3.38.0-rc.1",
"description": "SDK for matrix.org using React", "description": "SDK for matrix.org using React",
"author": "matrix.org", "author": "matrix.org",
"repository": { "repository": {
@ -25,7 +25,7 @@
"bin": { "bin": {
"reskindex": "scripts/reskindex.js" "reskindex": "scripts/reskindex.js"
}, },
"main": "./src/index.js", "main": "./lib/index.ts",
"matrix_src_main": "./src/index.ts", "matrix_src_main": "./src/index.ts",
"matrix_lib_main": "./lib/index.ts", "matrix_lib_main": "./lib/index.ts",
"matrix_lib_typings": "./lib/index.d.ts", "matrix_lib_typings": "./lib/index.d.ts",
@ -226,5 +226,6 @@
"coverageReporters": [ "coverageReporters": [
"text" "text"
] ]
} },
"typings": "./lib/index.d.ts"
} }