Skip to content

Commit d595717

Browse files
committed
v15.6.0-rc.1
1 parent 4603d4e commit d595717

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.5.2",
3+
"version": "15.6.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",
@@ -115,5 +115,6 @@
115115
"coverageReporters": [
116116
"text"
117117
]
118-
}
118+
},
119+
"typings": "./lib/index.d.ts"
119120
}

0 commit comments

Comments
 (0)