Skip to content

Commit 46a0645

Browse files
committed
v15.2.0-rc.1
1 parent 2b30f45 commit 46a0645

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": "15.1.1",
3+
"version": "15.2.0-rc.1",
44
"description": "Matrix Client-Server SDK for Javascript",
55
"scripts": {
66
"prepublishOnly": "yarn build",
@@ -29,7 +29,7 @@
2929
"keywords": [
3030
"matrix-org"
3131
],
32-
"main": "./src/index.ts",
32+
"main": "./lib/index.js",
3333
"browser": "./lib/browser-index.js",
3434
"matrix_src_main": "./src/index.ts",
3535
"matrix_src_browser": "./src/browser-index.js",
@@ -112,5 +112,6 @@
112112
"coverageReporters": [
113113
"text"
114114
]
115-
}
115+
},
116+
"typings": "./lib/index.d.ts"
116117
}

0 commit comments

Comments
 (0)