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

Commit 00d3248

Browse files
committed
v3.42.1-rc.1
1 parent 629e938 commit 00d3248

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.42.0",
3+
"version": "3.42.1-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",
@@ -235,5 +235,6 @@
235235
"text",
236236
"json"
237237
]
238-
}
238+
},
239+
"typings": "./lib/index.d.ts"
239240
}

0 commit comments

Comments
 (0)