Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 3a6ec1e

Browse files
committed
v3.106.0-rc.0
1 parent f42dca2 commit 3a6ec1e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "matrix-react-sdk",
3-
"version": "3.105.1",
3+
"version": "3.106.0-rc.0",
44
"description": "SDK for matrix.org using React",
55
"author": "matrix.org",
66
"repository": {
@@ -26,7 +26,7 @@
2626
"engines": {
2727
"node": ">=20.0.0"
2828
},
29-
"main": "./src/index.ts",
29+
"main": "./lib/index.ts",
3030
"matrix_src_main": "./src/index.ts",
3131
"matrix_lib_main": "./lib/index.ts",
3232
"matrix_lib_typings": "./lib/index.d.ts",
@@ -250,5 +250,6 @@
250250
"outputDirectory": "coverage",
251251
"outputName": "jest-sonar-report.xml",
252252
"relativePaths": true
253-
}
253+
},
254+
"typings": "./lib/index.d.ts"
254255
}

0 commit comments

Comments
 (0)