v3.65.0-rc.1

t3chguy/dedup-icons-17oct
RiotRobot 2023-01-24 11:29:47 +00:00
parent d6161de463
commit 403cc940f2
1 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "matrix-react-sdk",
"version": "3.64.2",
"version": "3.65.0-rc.1",
"description": "SDK for matrix.org using React",
"author": "matrix.org",
"repository": {
@ -23,7 +23,7 @@
"package.json",
".stylelintrc.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",
@ -259,5 +259,6 @@
"outputDirectory": "coverage",
"outputName": "jest-sonar-report.xml",
"relativePaths": true
}
},
"typings": "./lib/index.d.ts"
}