From 608b60575dc016bbd77eb4f67f815f164aab7abe Mon Sep 17 00:00:00 2001 From: Felipe Martin Date: Mon, 10 Apr 2017 22:57:38 +0200 Subject: [PATCH] Updated dev requirements --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d3696b8..6496264 100644 --- a/package.json +++ b/package.json @@ -9,11 +9,11 @@ "gulp-concat": "^2.6.0", "gulp-concat-css": "^2.2.0", "gulp-livereload": "^3.8.1", - "gulp-minify": "0.0.5", + "gulp-minify": "^0.0.15", "gulp-minify-css": "^1.2.2", - "gulp-sass": "^2.0.4", + "gulp-sass": "^3.1.0", "merge-stream": "^1.0.0", - "yargs": "^3.31.0" + "yargs": "^7.0.2" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1"