Skip to content

Commit c707c86

Browse files
committed
v18.1.0-rc.1
1 parent 2700f1d commit c707c86

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-js-sdk",
3-
"version": "18.0.0",
3+
"version": "18.1.0-rc.1",
44
"description": "Matrix Client-Server SDK for Javascript",
55
"engines": {
66
"node": ">=12.9.0"
@@ -32,7 +32,7 @@
3232
"keywords": [
3333
"matrix-org"
3434
],
35-
"main": "./src/index.ts",
35+
"main": "./lib/index.js",
3636
"browser": "./lib/browser-index.js",
3737
"matrix_src_main": "./src/index.ts",
3838
"matrix_src_browser": "./src/browser-index.js",
@@ -125,5 +125,6 @@
125125
"jestSonar": {
126126
"reportPath": "coverage",
127127
"sonar56x": true
128-
}
128+
},
129+
"typings": "./lib/index.d.ts"
129130
}

0 commit comments

Comments
 (0)