1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-28 05:03:59 +03:00

v9.10.0-rc.1

This commit is contained in:
RiotRobot
2021-03-25 12:06:34 +00:00
parent bd920eef1f
commit ae6e2cca27

View File

@@ -1,6 +1,6 @@
{ {
"name": "matrix-js-sdk", "name": "matrix-js-sdk",
"version": "9.9.0", "version": "9.10.0-rc.1",
"description": "Matrix Client-Server SDK for Javascript", "description": "Matrix Client-Server SDK for Javascript",
"scripts": { "scripts": {
"prepublishOnly": "yarn build", "prepublishOnly": "yarn build",
@@ -27,7 +27,7 @@
"keywords": [ "keywords": [
"matrix-org" "matrix-org"
], ],
"main": "./src/index.ts", "main": "./lib/index.js",
"browser": "./lib/browser-index.js", "browser": "./lib/browser-index.js",
"matrix_src_main": "./src/index.ts", "matrix_src_main": "./src/index.ts",
"matrix_src_browser": "./src/browser-index.js", "matrix_src_browser": "./src/browser-index.js",
@@ -95,5 +95,6 @@
}, },
"jest": { "jest": {
"testEnvironment": "node" "testEnvironment": "node"
} },
"typings": "./lib/index.d.ts"
} }