From 4c6fa740f33635b0d46c28cc05fe316ba4f92867 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Mon, 20 Jun 2016 15:10:19 +0100 Subject: [PATCH] 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. --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index bd4c1115a1..0868b71ff4 100644 --- a/package.json +++ b/package.json @@ -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" } }