Skip to content

Commit

Permalink
v3.96.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RiotRobot committed Mar 19, 2024
1 parent f8131e2 commit ce8a2f3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "matrix-react-sdk",
"version": "3.95.0",
"version": "3.96.0-rc.0",
"description": "SDK for matrix.org using React",
"author": "matrix.org",
"repository": {
Expand All @@ -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",
Expand Down Expand Up @@ -233,5 +233,6 @@
"outputDirectory": "coverage",
"outputName": "jest-sonar-report.xml",
"relativePaths": true
}
},
"typings": "./lib/index.d.ts"
}

0 comments on commit ce8a2f3

Please sign in to comment.