From f7a36646a6702e90ab2772efb72098c0b87cb057 Mon Sep 17 00:00:00 2001 From: greenkeeperio-bot Date: Thu, 23 Feb 2017 13:32:04 +0100 Subject: [PATCH 1/2] chore(package): update grunt-yamllint to version 0.3.0 https://greenkeeper.io/ --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 237417f..ac86d0d 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "grunt-gh-pages": "^2.0.0", "grunt-mocha-test": "^0.13.2", "grunt-yaml": "^0.4.1", - "grunt-yamllint": "^0.2.0", + "grunt-yamllint": "^0.3.0", "json-schema-deref-sync": "^0.3.0", "mocha": "^3.1.2", "tv4": "^1.1.9", From cc89c7814ecff4d6b695938f2ab5703d4b64fcf0 Mon Sep 17 00:00:00 2001 From: Henri Bergius Date: Thu, 23 Feb 2017 15:03:11 +0100 Subject: [PATCH 2/2] Switch to Grunt 1.x --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ac86d0d..c6b0ad6 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "devDependencies": { "chai": "^3.5.0", "coffeelint": "^1.8.1", - "grunt": "^0.4.4", + "grunt": "^1.0.1", "grunt-aglio": "^0.4.1", "grunt-coffeelint": "0.0.16", "grunt-contrib-clean": "^1.0.0",