From a13f52619277589fb844d7acc648421eccf77862 Mon Sep 17 00:00:00 2001 From: Francisco Miguel Maciel Date: Tue, 4 Sep 2018 14:45:45 +0100 Subject: [PATCH] Update dev-tasks and generator-html dependencies to version 6.1.x --- package.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8af9c80..b0c1f4e 100644 --- a/package.json +++ b/package.json @@ -3,9 +3,7 @@ "version": "1.0.0", "description": "Please fill in with your description", "private": true, - "scripts": { - - }, + "scripts": {}, "repository": { "type": "git", "url": "https://github.com/criticalmanufacturing/html-starter.git" @@ -14,7 +12,7 @@ "gulp": "^3.9.1", "run-sequence": "~1.1.0", "yargs": "~4.8.0", - "@criticalmanufacturing/dev-tasks": "~6.0.0", - "@criticalmanufacturing/generator-html": "~6.0.0" + "@criticalmanufacturing/dev-tasks": "~6.1.0", + "@criticalmanufacturing/generator-html": "~6.1.0" } }