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

Commit 4dccf9e

Browse files
committed
v3.41.0-rc.1
1 parent d2a13e6 commit 4dccf9e

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.40.1",
3+
"version": "3.41.0-rc.1",
44
"description": "SDK for matrix.org using React",
55
"author": "matrix.org",
66
"repository": {
@@ -25,7 +25,7 @@
2525
"bin": {
2626
"reskindex": "scripts/reskindex.js"
2727
},
28-
"main": "./src/index.ts",
28+
"main": "./lib/index.ts",
2929
"matrix_src_main": "./src/index.ts",
3030
"matrix_lib_main": "./lib/index.ts",
3131
"matrix_lib_typings": "./lib/index.d.ts",
@@ -232,5 +232,6 @@
232232
"coverageReporters": [
233233
"text"
234234
]
235-
}
235+
},
236+
"typings": "./lib/index.d.ts"
236237
}

0 commit comments

Comments
 (0)