From 515571dcb3e9634abe29ffa8752cd39dc1a8f3c3 Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Mon, 3 Oct 2016 13:48:34 +0200 Subject: [PATCH] added missing dep --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 17d6352..7136b52 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,7 @@ "lodash": "^4.16.1", "minimatch": "^3.0.3", "q": "^1.4.1", - "rxjs": "^5.0.0-beta.12" + "rxjs": "^5.0.0-beta.12", + "typings-global": "^1.0.14" } }