From 40254e394eabd2e398f77059ceaa86984944dd8c Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Tue, 2 Feb 2016 15:23:25 +0100 Subject: [PATCH] updated deps --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1f43b87..c2bbc67 100644 --- a/package.json +++ b/package.json @@ -25,14 +25,14 @@ }, "homepage": "https://github.com/pushrocks/gulp-browser", "dependencies": { - "beautylog": "2.0.4", + "beautylog": "2.0.6", "browserify": "13.0.0", "gulp-util": "3.0.7", "through2": "2.0.0" }, "devDependencies": { "gulp": "3.9.0", - "gulp-function": "0.0.12", - "npmts": "^2.0.2" + "gulp-function": "1.0.2", + "npmts": "^2.0.3" } }