We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a24156c commit 12abc97Copy full SHA for 12abc97
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "matrix-react-sdk",
3
- "version": "3.36.1",
+ "version": "3.37.0-rc.1",
4
"description": "SDK for matrix.org using React",
5
"author": "matrix.org",
6
"repository": {
@@ -25,7 +25,7 @@
25
"bin": {
26
"reskindex": "scripts/reskindex.js"
27
},
28
- "main": "./src/index.ts",
+ "main": "./lib/index.ts",
29
"matrix_src_main": "./src/index.ts",
30
"matrix_lib_main": "./lib/index.ts",
31
"matrix_lib_typings": "./lib/index.d.ts",
@@ -225,5 +225,6 @@
225
"coverageReporters": [
226
"text"
227
]
228
- }
+ },
229
+ "typings": "./lib/index.d.ts"
230
}
0 commit comments