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

Commit 31f3b82

Browse files
committed
v3.86.0-rc.0
1 parent 5075d20 commit 31f3b82

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.85.0",
3+
"version": "3.86.0-rc.0",
44
"description": "SDK for matrix.org using React",
55
"author": "matrix.org",
66
"repository": {
@@ -23,7 +23,7 @@
2323
"package.json",
2424
".stylelintrc.js"
2525
],
26-
"main": "./src/index.ts",
26+
"main": "./lib/index.ts",
2727
"matrix_src_main": "./src/index.ts",
2828
"matrix_lib_main": "./lib/index.ts",
2929
"matrix_lib_typings": "./lib/index.d.ts",
@@ -239,5 +239,6 @@
239239
"outputDirectory": "coverage",
240240
"outputName": "jest-sonar-report.xml",
241241
"relativePaths": true
242-
}
242+
},
243+
"typings": "./lib/index.d.ts"
243244
}

0 commit comments

Comments
 (0)