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

Commit ca157db

Browse files
committed
v3.45.0-rc.1
1 parent a680327 commit ca157db

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "matrix-react-sdk",
3-
"version": "3.44.0",
3+
"version": "3.45.0-rc.1",
44
"description": "SDK for matrix.org using React",
55
"author": "matrix.org",
66
"repository": {
@@ -22,7 +22,7 @@
2222
"README.md",
2323
"package.json"
2424
],
25-
"main": "./src/index.ts",
25+
"main": "./lib/index.ts",
2626
"matrix_src_main": "./src/index.ts",
2727
"matrix_lib_main": "./lib/index.ts",
2828
"matrix_lib_typings": "./lib/index.d.ts",
@@ -244,5 +244,6 @@
244244
"jestSonar": {
245245
"reportPath": "coverage",
246246
"sonar56x": true
247-
}
247+
},
248+
"typings": "./lib/index.d.ts"
248249
}

0 commit comments

Comments
 (0)