mirror of https://github.com/vector-im/riot-web
Bump olm version
Looks like this is causing pickle errors on packaged builds.pull/3125/head
parent
c2d2287541
commit
5285d56a45
|
@ -133,7 +133,7 @@
|
||||||
"webpack-dev-server": "^1.16.2"
|
"webpack-dev-server": "^1.16.2"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"olm": "https://matrix.org/packages/npm/olm/olm-2.1.0.tgz"
|
"olm": "https://matrix.org/packages/npm/olm/olm-2.2.1.tgz"
|
||||||
},
|
},
|
||||||
"build": {
|
"build": {
|
||||||
"appId": "im.riot.app",
|
"appId": "im.riot.app",
|
||||||
|
|
Loading…
Reference in New Issue