Skip to content

Commit

Permalink
v19.6.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RiotRobot committed Sep 20, 2022
1 parent 6fd80ed commit f34e568
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matrix-js-sdk",
"version": "19.5.0",
"version": "19.6.0-rc.1",
"description": "Matrix Client-Server SDK for Javascript",
"engines": {
"node": ">=12.9.0"
Expand Down Expand Up @@ -32,7 +32,7 @@
"keywords": [
"matrix-org"
],
"main": "./src/index.ts",
"main": "./lib/index.js",
"browser": "./lib/browser-index.js",
"matrix_src_main": "./src/index.ts",
"matrix_src_browser": "./src/browser-index.js",
Expand Down Expand Up @@ -125,5 +125,6 @@
"jestSonar": {
"reportPath": "coverage",
"sonar56x": true
}
},
"typings": "./lib/index.d.ts"
}

0 comments on commit f34e568

Please sign in to comment.