mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
package.json: add olm as optionalDependency
Add olm as an optionalDependency to vector, so that the webpack config can find it and include it in the bundle.
This commit is contained in:
parent
f4a3e9a39b
commit
4c6fa740f3
@ -79,5 +79,8 @@
|
||||
"rimraf": "^2.4.3",
|
||||
"source-map-loader": "^0.1.5",
|
||||
"webpack": "^1.12.14"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"olm": "https://matrix.org/packages/npm/olm/olm-0.1.0.tgz"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user