Skip to content

Commit

Permalink
v12.5.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RiotRobot committed Sep 7, 2021
1 parent e87399c commit 341e936
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": "12.4.0",
"version": "12.5.0-rc.1",
"description": "Matrix Client-Server SDK for Javascript",
"scripts": {
"prepublishOnly": "yarn build",
Expand Down Expand Up @@ -29,7 +29,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 @@ -112,5 +112,6 @@
"coverageReporters": [
"text"
]
}
},
"typings": "./lib/index.d.ts"
}

0 comments on commit 341e936

Please sign in to comment.