Upgrade matrix-js-sdk to 5.3.1-rc.1

This commit is contained in:
RiotRobot
2020-04-15 19:30:03 +01:00
parent 71267c65c1
commit efe2ddd1b8
2 changed files with 25 additions and 33 deletions
+9 -5
View File
@@ -47,7 +47,7 @@
"find-npm-prefix": "^1.0.2",
"fs-extra": "^8.1.0",
"glob": "^7.1.6",
"matrix-js-sdk": "^2.4.6-rc.1",
"matrix-js-sdk": "5.3.1-rc.1",
"mkdirp": "^1.0.3",
"needle": "^2.3.2",
"node-pre-gyp": "^0.14.0",
@@ -99,9 +99,13 @@
"output": "dist"
},
"afterSign": "scripts/electron_afterSign",
"protocols": [{
"name": "riot",
"schemes": ["riot"]
}]
"protocols": [
{
"name": "riot",
"schemes": [
"riot"
]
}
]
}
}