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
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue