Revert "v3.50.0"

This reverts commit 54c47d8347.
t3chguy/dedup-icons-17oct
Michael Telatynski 2022-07-26 17:43:05 +01:00
parent 3e4918342d
commit 49f312f734
No known key found for this signature in database
GPG Key ID: 98BC6A2B829297FE
1 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "matrix-react-sdk",
"version": "3.50.0",
"version": "3.49.0",
"description": "SDK for matrix.org using React",
"author": "matrix.org",
"repository": {
@ -23,7 +23,7 @@
"package.json",
".stylelintrc.js"
],
"main": "./lib/index.ts",
"main": "./src/index.ts",
"matrix_src_main": "./src/index.ts",
"matrix_lib_main": "./lib/index.ts",
"matrix_lib_typings": "./lib/index.d.ts",
@ -249,6 +249,5 @@
"jestSonar": {
"reportPath": "coverage",
"sonar56x": true
},
"typings": "./lib/index.d.ts"
}
}