Skip to content

Commit

Permalink
v15.1.1-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RiotRobot authored and skyka13711 committed Apr 14, 2022
1 parent 7ac0b81 commit 548e18b
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": "15.1.1",
"version": "15.1.1-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 548e18b

Please sign in to comment.