Skip to content
This repository was archived by the owner on May 18, 2025. It is now read-only.

Commit 10bc96d

Browse files
committed
v3.22.0-rc.1
1 parent cde23ab commit 10bc96d

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.21.0",
3+
"version": "3.22.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.js",
28+
"main": "./lib/index.js",
2929
"matrix_src_main": "./src/index.js",
3030
"matrix_lib_main": "./lib/index.js",
3131
"matrix_lib_typings": "./lib/index.d.ts",
@@ -200,5 +200,6 @@
200200
"coverageReporters": [
201201
"text"
202202
]
203-
}
203+
},
204+
"typings": "./lib/index.d.ts"
204205
}

0 commit comments

Comments
 (0)