From 81849dc5ebfebf65350763408de389b56e043ffc Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Tue, 5 Apr 2016 00:59:21 +0200 Subject: [PATCH] updated deps --- .npmignore | 2 ++ package.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.npmignore b/.npmignore index b442f72..8335c94 100644 --- a/.npmignore +++ b/.npmignore @@ -1,3 +1,5 @@ ts/ test/ +docs/ +coverage/ node_modules/ diff --git a/package.json b/package.json index 503a66a..b508335 100644 --- a/package.json +++ b/package.json @@ -25,12 +25,12 @@ }, "homepage": "https://github.com/pushrocks/gulp-function", "dependencies": { - "beautylog": "^4.1.0", + "beautylog": "^4.1.1", "q": "^1.4.1", "through2": "^2.0.1" }, "devDependencies": { "gulp": "^3.9.1", - "npmts": "^5.0.0" + "npmts": "^5.0.3" } }