From 27439d84cd691bab8af53282b33b9c134213c5d6 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sat, 4 Jun 2016 01:22:20 +0200 Subject: [PATCH] fix missing dependency --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d306be1..84275bd 100644 --- a/package.json +++ b/package.json @@ -27,11 +27,13 @@ "homepage": "https://gitlab.com/pushrocks/gulp-function", "dependencies": { "q": "^1.4.1", - "through2": "^2.0.1" + "through2": "^2.0.1", + "typings-global": "^1.0.3" }, "devDependencies": { "beautylog": "^5.0.8", "gulp": "^3.9.1", - "npmts": "^5.2.1" + "npmts": "^5.2.1", + "typings-test": "^1.0.1" } }