From 6842259a7ad51b58f23b674f296ad5a8c9e55379 Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Fri, 30 Sep 2016 13:38:14 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=20Make=20greenkeeper=20ignore=20gr?= =?UTF-8?q?unt=20dependencies=20(#7463)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit closes #7436 - We're moving away from grunt, so lets not worry about version bumps for now --- package.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 3c074fa62d..e91fa0bd8e 100644 --- a/package.json +++ b/package.json @@ -122,7 +122,24 @@ "glob", "mysql", "nodemailer", - "showdown-ghost" + "showdown-ghost", + "grunt", + "grunt-bg-shell", + "grunt-cli", + "grunt-contrib-clean", + "grunt-contrib-compress", + "grunt-contrib-copy", + "grunt-contrib-jshint", + "grunt-contrib-uglify", + "grunt-contrib-watch", + "grunt-docker", + "grunt-express-server", + "grunt-jscs", + "grunt-mocha-cli", + "grunt-mocha-istanbul", + "grunt-shell", + "grunt-subgrunt", + "grunt-update-submodules" ] } }