From 887fd173c2bb3f35f6d7297bd81feb1e2707927e Mon Sep 17 00:00:00 2001 From: Adam Kudrna Date: Thu, 8 Sep 2016 17:44:59 +0200 Subject: [PATCH] Bump required Node version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 191f7f8d..b96425f8 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "grunt-contrib-concat": "^1.0.0", "grunt-contrib-copy": "~1.0.0", "grunt-contrib-jshint": "~1.0.0", - "grunt-contrib-less": "~1.3.0", + "grunt-contrib-less": "~1.4.0", "grunt-contrib-qunit": "~1.2.0", "grunt-contrib-uglify": "^2.0.0", "grunt-contrib-watch": "~1.0.0", @@ -35,6 +35,6 @@ "time-grunt": "~1.4.0" }, "engines": { - "node": "^5.5.0" + "node": "^6.0.0" } }