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

Commit efc8c8c

Browse files
committed
v3.20.0-rc.1
1 parent b5cb153 commit efc8c8c

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.19.0",
3+
"version": "3.20.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",
@@ -196,5 +196,6 @@
196196
"coverageReporters": [
197197
"text"
198198
]
199-
}
199+
},
200+
"typings": "./lib/index.d.ts"
200201
}

0 commit comments

Comments
 (0)