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:
Richard van der Hoff 2016-06-20 15:10:19 +01:00
parent f4a3e9a39b
commit 4c6fa740f3

View file

@ -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"
}
}