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 4603d4e commit d595717Copy full SHA for d595717
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "matrix-js-sdk",
3
- "version": "15.5.2",
+ "version": "15.6.0-rc.1",
4
"description": "Matrix Client-Server SDK for Javascript",
5
"scripts": {
6
"prepublishOnly": "yarn build",
@@ -29,7 +29,7 @@
29
"keywords": [
30
"matrix-org"
31
],
32
- "main": "./src/index.ts",
+ "main": "./lib/index.js",
33
"browser": "./lib/browser-index.js",
34
"matrix_src_main": "./src/index.ts",
35
"matrix_src_browser": "./src/browser-index.js",
@@ -115,5 +115,6 @@
115
"coverageReporters": [
116
"text"
117
]
118
- }
+ },
119
+ "typings": "./lib/index.d.ts"
120
}
0 commit comments