Skip to content

Commit 91a67bd

Browse files
committed
v17.1.0-rc.1
1 parent 48d3fce commit 91a67bd

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": "17.0.0",
3+
"version": "17.1.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",
@@ -116,5 +116,6 @@
116116
"text",
117117
"json"
118118
]
119-
}
119+
},
120+
"typings": "./lib/index.d.ts"
120121
}

0 commit comments

Comments
 (0)