Skip to content

Commit 12abc97

Browse files
committed
v3.37.0-rc.1
1 parent a24156c commit 12abc97

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.36.1",
3+
"version": "3.37.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",
@@ -225,5 +225,6 @@
225225
"coverageReporters": [
226226
"text"
227227
]
228-
}
228+
},
229+
"typings": "./lib/index.d.ts"
229230
}

0 commit comments

Comments
 (0)